Changeset 5296 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- Oct 30, 2024, 2:05:33 PM (42 hours ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90
r5285 r5296 5 5 SUBROUTINE old_lmdz1d 6 6 7 USE clesphys_mod_h 7 USE compbl_mod_h 8 USE clesphys_mod_h 8 9 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin 9 10 USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, & … … 64 65 INCLUDE "fcg_gcssold.h" 65 66 !!! INCLUDE "fbforcing.h" 66 INCLUDE "compbl.h"67 67 68 68 !===================================================================== -
LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90
r5285 r5296 1 1 SUBROUTINE scm 2 2 3 USE clesphys_mod_h 3 USE compbl_mod_h 4 USE clesphys_mod_h 4 5 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin 5 6 USE phys_state_var_mod, ONLY : phys_state_var_init, phys_state_var_end, & … … 59 60 INCLUDE "tsoilnudge.h" 60 61 INCLUDE "fcg_gcssold.h" 61 INCLUDE "compbl.h"62 62 63 63 !=====================================================================
Note: See TracChangeset
for help on using the changeset viewer.