Changeset 1842
- Timestamp:
- Dec 5, 2017, 6:16:03 PM (8 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/phys_state_var_mod.F90 ¶
r1835 r1842 17 17 use surfdat_h, only: phisfi, albedodat, & 18 18 zmea, zstd, zsig, zgam, zthe 19 use tracer_h, only: nqtot20 19 use turb_mod 21 20 !#include "bands.h" … … 92 91 93 92 !$OMP THREADPRIVATE(dlw,fder) 93 94 94 CONTAINS 95 95 96 96 !====================================================================== 97 SUBROUTINE phys_state_var_init 97 SUBROUTINE phys_state_var_init(nqtot) 98 98 99 99 IMPLICIT NONE 100 101 integer :: nqtot 100 102 101 103 ! Parametres de l'Orographie a l'Echelle Sous-Maille (OESM): -
TabularUnified trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90 ¶
r1839 r1842 406 406 if (firstcall) then 407 407 ! Allocate saved arrays. 408 call phys_state_var_init 408 call phys_state_var_init(nq) 409 409 410 410 ! Variables set to 0
Note: See TracChangeset
for help on using the changeset viewer.