Changeset 5301 for LMDZ6/trunk/libf/phylmd/dyn1d
- Timestamp:
- Oct 30, 2024, 2:54:51 PM (3 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/dyn1d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/dyn1d/1DUTILS.h
r5285 r5301 11 11 12 12 USE print_control_mod, ONLY: lunout 13 USE tsoilnudge_mod_h 14 USE fcg_gcssold_mod_h 15 USE flux_arp_mod_h 13 16 IMPLICIT NONE 14 17 !----------------------------------------------------------------------- … … 19 22 20 23 #include "compar1d.h" 21 #include "flux_arp.h"22 #include "tsoilnudge.h"23 #include "fcg_gcssold.h"24 24 #include "fcg_racmo.h" 25 25 ! -
LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90
r5296 r5301 5 5 SUBROUTINE old_lmdz1d 6 6 7 USE compbl_mod_h 7 USE flux_arp_mod_h 8 USE compbl_mod_h 8 9 USE clesphys_mod_h 9 10 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin … … 52 53 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 53 54 USE dimsoil_mod_h, ONLY: nsoilmx 54 USE yomcst_mod_h 55 USE yomcst_mod_h 56 USE tsoilnudge_mod_h 57 USE fcg_gcssold_mod_h 55 58 implicit none 56 59 57 58 !! INCLUDE "control.h"59 ! INCLUDE "indicesol.h"60 61 60 INCLUDE "compar1d.h" 62 INCLUDE "flux_arp.h"63 61 INCLUDE "date_cas.h" 64 INCLUDE "tsoilnudge.h"65 INCLUDE "fcg_gcssold.h"66 62 !!! INCLUDE "fbforcing.h" 67 63 -
LMDZ6/trunk/libf/phylmd/dyn1d/scm.f90
r5296 r5301 1 1 SUBROUTINE scm 2 2 3 USE compbl_mod_h 3 USE flux_arp_mod_h 4 USE compbl_mod_h 4 5 USE clesphys_mod_h 5 6 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar,getin … … 48 49 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 49 50 USE dimsoil_mod_h, ONLY: nsoilmx 50 USE yomcst_mod_h 51 USE yomcst_mod_h 52 USE tsoilnudge_mod_h 53 USE fcg_gcssold_mod_h 51 54 implicit none 52 53 54 !! INCLUDE "control.h"55 ! INCLUDE "indicesol.h"56 57 55 INCLUDE "compar1d.h" 58 INCLUDE "flux_arp.h"59 56 INCLUDE "date_cas.h" 60 INCLUDE "tsoilnudge.h"61 INCLUDE "fcg_gcssold.h"62 57 63 58 !=====================================================================
Note: See TracChangeset
for help on using the changeset viewer.