Changeset 4208 for dynamico_lmdz/simple_physics/phyparam/param
- Timestamp:
- Dec 30, 2019, 3:46:20 PM (6 years ago)
- Location:
- dynamico_lmdz/simple_physics/phyparam/param
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/param/iniphyparam.F
r4202 r4208 15 15 USE astronomy 16 16 USE turbulence, ONLY : lmixmin, emin_turb 17 USE surface 17 18 IMPLICIT NONE 18 19 … … 52 53 53 54 #include "callkeys.h" 54 #include "surface.h"55 55 #include "iniprint.h" 56 56 -
dynamico_lmdz/simple_physics/phyparam/param/phyparam.F
r4205 r4208 18 18 USE radiative_sw, ONLY : sw 19 19 USE radiative_lw, ONLY : lw 20 20 USE surface 21 21 c 22 22 IMPLICIT NONE … … 83 83 #include "dimensions.h" 84 84 #include "callkeys.h" 85 #include "surface.h"85 c#include "surface.h" 86 86 87 87 c Arguments :
Note: See TracChangeset
for help on using the changeset viewer.