Changeset 4193
- Timestamp:
- Dec 20, 2019, 1:16:18 AM (5 years ago)
- Location:
- dynamico_lmdz/simple_physics/phyparam/param
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/param/coefdifv.F
r4183 r4193 2 2 $ pu,pv,ph,pphi, 3 3 $ pcdzv,pcdzh) 4 USE constlim 5 USE phys_const 4 USE constlim, ONLY : ccdzh, cdzmin, cpgam, cdzconst, dgcdrag 5 USE vdif_mod, ONLY : lmixmin 6 USE phys_const, ONLY : g 6 7 IMPLICIT NONE 7 8 … … 15 16 c Declarations: 16 17 c ------------- 17 18 #include "dimensions.h"19 18 20 19 c Arguments: -
dynamico_lmdz/simple_physics/phyparam/param/phyparam.F
r4192 r4193 77 77 78 78 #include "dimensions.h" 79 #include "description.h"80 79 #include "callkeys.h" 81 80 #include "surface.h"
Note: See TracChangeset
for help on using the changeset viewer.