Changeset 2220 for trunk/LMDZ.MARS/libf/phymars/phys_state_var_init_mod.F90
- Timestamp:
- Jan 22, 2020, 11:41:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phys_state_var_init_mod.F90
r2199 r2220 54 54 use watercloud_mod, only: ini_watercloud_mod, & 55 55 end_watercloud_mod 56 use nonoro_gwd_ran_mod, only: ini_nonoro_gwd_ran, & 57 end_nonoro_gwd_ran 56 58 57 59 IMPLICIT NONE … … 135 137 call ini_watercloud_mod(ngrid,nlayer,nq) 136 138 139 ! allocate arrays in "nonoro_gwd_ran_mod" 140 call end_nonoro_gwd_ran 141 call ini_nonoro_gwd_ran(ngrid,nlayer) 142 143 137 144 END SUBROUTINE phys_state_var_init 138 145
Note: See TracChangeset
for help on using the changeset viewer.