LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
phyaqua_mod.F90
Go to the documentation of this file.
1
!
2
! $Id: $
3
!
4
MODULE
phyaqua_mod
5
6
IMPLICIT NONE
7
8
CONTAINS
9
10
SUBROUTINE
iniaqua
(nlon, iflag_phys)
11
12
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
13
! Create an initial state (startphy.nc) for the physics
14
! Usefull for idealised cases (e.g. aquaplanets or testcases)
15
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
17
USE
phys_state_var_mod
, ONLY
:
phys_state_var_init
18
USE
mod_phys_lmdz_para
, ONLY
: klon_omp
19
IMPLICIT NONE
20
21
INTEGER
,
INTENT(IN)
:: nlon,iflag_phys
22
23
CALL
phys_state_var_init
()
24
25
26
! Here you could create an initial condition for the physics
27
! ...
28
! ... fill in the fields...
29
! ...
30
! ... and create a "startphy.nc" file
31
CALL
phyredem
(
"startphy.nc"
)
32
33
END SUBROUTINE
iniaqua
34
35
END MODULE
phyaqua_mod
phyredem
subroutine phyredem(fichnom)
Definition:
phyredem.F90:5
phyaqua_mod::iniaqua
subroutine iniaqua(nlon, iflag_phys)
Definition:
phyaqua_mod.F90:11
phyaqua_mod
Definition:
phyaqua_mod.F90:4
mod_phys_lmdz_para
Definition:
mod_phys_lmdz_para.F90:4
phys_state_var_mod::phys_state_var_init
subroutine phys_state_var_init()
Definition:
phys_state_var_mod.F90:19
phys_state_var_mod
Definition:
phys_state_var_mod.F90:4
libf
phydev
phyaqua_mod.F90
Generated on Wed Dec 2 2015 16:27:06 for LMDZ by
1.8.9.1