Changeset 5271 for LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Timestamp:
- Oct 24, 2024, 4:25:39 PM (8 days ago)
- Location:
- LMDZ6/trunk/libf/dynphy_lonlat/phylmd
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/ce0l.F90
r5267 r5271 46 46 USE lmdz_mpi 47 47 48 IMPLICIT NONE 48 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 49 IMPLICIT NONE 49 50 50 51 !------------------------------------------------------------------------------- 51 52 ! Local variables: 52 include "dimensions.h" 53 53 54 include "paramet.h" 54 55 include "comgeom2.h" -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90
r5251 r5271 41 41 USE strings_mod, ONLY: strLower 42 42 43 IMPLICIT NONE 43 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 44 IMPLICIT NONE 44 45 45 46 PRIVATE … … 47 48 48 49 include "iniprint.h" 49 include "dimensions.h" 50 50 51 include "paramet.h" 51 52 include "comgeom2.h" -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.f90
r5268 r5271 53 53 54 54 USE comconst_mod, ONLY: pi, dtvr 55 55 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 56 56 PRIVATE 57 57 PUBLIC :: etat0phys_netcdf 58 58 59 59 include "iniprint.h" 60 include "dimensions.h"61 60 include "paramet.h" 62 61 include "comgeom2.h" -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r5252 r5271 42 42 USE slab_heat_transp_mod, ONLY: ini_slab_transp_geom 43 43 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA, CPPKEY_REPROBUS 44 IMPLICIT NONE 44 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 45 IMPLICIT NONE 45 46 46 47 ! ======================================================================= … … 49 50 ! ======================================================================= 50 51 51 include "dimensions.h" 52 52 53 include "paramet.h" 53 54 include "iniprint.h" -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/init_ssrf_m.f90
r5268 r5271 12 12 USE comconst_mod, ONLY: im, pi 13 13 USE surface_data, ONLY: landice_opt 14 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 14 15 15 16 CHARACTER(LEN=256), PARAMETER :: icefname="landiceref.nc", icevar="landice" … … 17 18 PUBLIC :: start_init_subsurf 18 19 include "iniprint.h" 19 include "dimensions.h"20 20 include "paramet.h" 21 21 include "comgeom2.h" -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/limit_netcdf.F90
r5249 r5271 81 81 USE phys_cal_mod, ONLY: calend 82 82 USE lmdz_cppkeys_wrapper, ONLY: nf90_format 83 IMPLICIT NONE 83 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 84 IMPLICIT NONE 84 85 !------------------------------------------------------------------------------- 85 86 ! Arguments: 86 87 include "iniprint.h" 87 include "dimensions.h" 88 88 89 include "paramet.h" 89 90 REAL, DIMENSION(iip1,jjp1), INTENT(INOUT) :: masque ! land mask … … 330 331 USE indice_sol_mod 331 332 332 IMPLICIT NONE 333 include "dimensions.h" 333 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 334 IMPLICIT NONE 335 334 336 include "paramet.h" 335 337 include "comgeom2.h" -
LMDZ6/trunk/libf/dynphy_lonlat/phylmd/test_disvert_m.f90
r5268 r5271 1 1 module test_disvert_m 2 2 3 implicit none 3 USE dimensions_mod, ONLY: iim, jjm, llm, ndm 4 implicit none 4 5 5 6 contains … … 18 19 19 20 ! For llm: 20 include "dimensions.h" 21 21 22 22 23 ! Local:
Note: See TracChangeset
for help on using the changeset viewer.