source:
LMDZ6/trunk/libf/phydev/phyaqua_mod.f90
@
5669
| Last change on this file since 5669 was 5268, checked in by , 13 months ago | |
|---|---|
|
|
| File size: 794 bytes | |
| Rev | Line | |
|---|---|---|
| [1671] | 1 | ! |
| 2 | ! $Id: $ | |
| 3 | ! | |
| [1994] | 4 | MODULE phyaqua_mod |
| [1615] | 5 | |
| [1994] | 6 | IMPLICIT NONE |
| [1615] | 7 | |
| [1994] | 8 | CONTAINS |
| [1615] | 9 | |
| [2351] | 10 | SUBROUTINE iniaqua(nlon, iflag_phys) |
| [1994] | 11 | |
| 12 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
| 13 | ! Create an initial state (startphy.nc) for the physics | |
| 14 | ! Usefull for idealised cases (e.g. aquaplanets or testcases) | |
| 15 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
| 16 | ||
| [2395] | 17 | USE phys_state_var_mod, ONLY: phys_state_var_init |
| [1994] | 18 | USE mod_phys_lmdz_para, ONLY: klon_omp |
| 19 | IMPLICIT NONE | |
| [1671] | 20 | |
| [1994] | 21 | INTEGER,INTENT(IN) :: nlon,iflag_phys |
| [1615] | 22 | |
| [1994] | 23 | CALL phys_state_var_init() |
| [1671] | 24 | |
| 25 | ||
| [1994] | 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 | |
| [1686] | 31 | CALL phyredem ("startphy.nc") |
| [1671] | 32 | |
| [1994] | 33 | END SUBROUTINE iniaqua |
| [1615] | 34 | |
| [1994] | 35 | END MODULE phyaqua_mod |
Note: See TracBrowser
for help on using the repository browser.
