- Timestamp:
- Jul 18, 2025, 2:40:30 PM (7 weeks ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/comcstfi_mod.F90
r3856 r3857 1 1 !----------------------------------------------------------------------- 2 2 ! INCLUDE comcstfi.h 3 4 5 6 REAL rad,g,r,rcp,dtphys,daysec,mugaz,omeg7 3 ! 4 ! COMMON/comcstfi/rad,g,r,rcp,dtphys,daysec,mugaz,omeg 5 ! 6 ! REAL rad,g,r,rcp,dtphys,daysec,mugaz,omeg 7 ! 8 8 !----------------------------------------------------------------------- 9 MODULE comcstfi_mod 10 IMPLICIT NONE 11 REAL, SAVE :: rad, g, r, rcp, dtphys, daysec, mugaz, omeg 12 END MODULE comcstfi_mod -
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r3835 r3857 20 20 USE parallel_lmdz, ONLY: init_parallel 21 21 USE clesphys_mod 22 USE comcstfi_mod 22 23 IMPLICIT NONE 23 24 … … 43 44 #include "dimensions.h" 44 45 #include "dimsoil.h" 45 #include "comcstfi.h"46 c#include "comcstfi.h" 46 47 #include "netcdf.inc" 47 48 c#include "clesphys.h" -
trunk/LMDZ.VENUS/libf/phyvenus/moldiff_red.F90
r3221 r3857 4 4 USE chemparam_mod 5 5 USE infotrac_phy 6 USE dimphy 6 USE dimphy 7 USE comcstfi_mod 7 8 8 9 implicit none 9 10 10 #include "comcstfi.h"11 !#include "comcstfi.h" 11 12 #include "diffusion.h" 12 13
Note: See TracChangeset
for help on using the changeset viewer.