Changeset 5301 for LMDZ6/trunk/libf/phylmd/dyn1d/old_lmdz1d.f90
- Timestamp:
- Oct 30, 2024, 2:54:51 PM (42 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.