Changeset 5134 for LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd
- Timestamp:
- Jul 26, 2024, 5:56:37 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/ce0l.F90
r5128 r5134 52 52 !------------------------------------------------------------------------------- 53 53 ! Local variables: 54 include"dimensions.h"55 include"paramet.h"56 include"comgeom2.h"54 INCLUDE "dimensions.h" 55 INCLUDE "paramet.h" 56 INCLUDE "comgeom2.h" 57 57 58 58 REAL :: masque(iip1, jjp1) !--- CONTINENTAL MASK -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/etat0dyn_netcdf.F90
r5128 r5134 41 41 USE lmdz_strings, ONLY: strLower 42 42 USE lmdz_iniprint, ONLY: lunout, prt_level 43 USE lmdz_comdissnew, ONLY: lstardis, nitergdiv, nitergrot, niterh, tetagdiv, & 44 tetagrot, tetatemp, coefdis, vert_prof_dissip 43 45 44 46 IMPLICIT NONE … … 47 49 PUBLIC :: etat0dyn_netcdf 48 50 49 include "dimensions.h" 50 include "paramet.h" 51 include "comgeom2.h" 52 include "comdissnew.h" 51 INCLUDE "dimensions.h" 52 INCLUDE "paramet.h" 53 INCLUDE "comgeom2.h" 53 54 REAL, SAVE :: deg2rad 54 55 INTEGER, SAVE :: iml_dyn, jml_dyn, llm_dyn, ttm_dyn, fid_dyn -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/etat0phys_netcdf.F90
r5132 r5134 56 56 PUBLIC :: etat0phys_netcdf 57 57 58 include"dimensions.h"59 include"paramet.h"60 include"comgeom2.h"61 include"dimsoil.h"62 include"clesphys.h"58 INCLUDE "dimensions.h" 59 INCLUDE "paramet.h" 60 INCLUDE "comgeom2.h" 61 INCLUDE "dimsoil.h" 62 INCLUDE "clesphys.h" 63 63 REAL, SAVE :: deg2rad 64 64 REAL, SAVE, ALLOCATABLE :: tsol(:) … … 94 94 USE phys_state_var_mod, ONLY: beta_aridity, delta_tsurf, awake_dens, cv_gen, & 95 95 ratqs_inter_, rneb_ancien 96 USE lmdz_alpale 97 96 98 IMPLICIT NONE 97 99 !------------------------------------------------------------------------------- … … 128 130 129 131 INCLUDE "compbl.h" 130 INCLUDE "alpale.h"131 132 132 133 deg2rad = pi / 180.0 -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/iniphysiq_mod.F90
r5118 r5134 49 49 ! ======================================================================= 50 50 51 include"dimensions.h"52 include"paramet.h"53 include"tracstoke.h"54 include"comgeom.h"51 INCLUDE "dimensions.h" 52 INCLUDE "paramet.h" 53 INCLUDE "tracstoke.h" 54 INCLUDE "comgeom.h" 55 55 56 56 REAL, INTENT (IN) :: prad ! radius of the planet (m) -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/init_ssrf_m.F90
r5118 r5134 17 17 PRIVATE 18 18 PUBLIC :: start_init_subsurf 19 include"dimensions.h"20 include"paramet.h"21 include"comgeom2.h"19 INCLUDE "dimensions.h" 20 INCLUDE "paramet.h" 21 INCLUDE "comgeom2.h" 22 22 23 23 CONTAINS -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/limit_netcdf.f90
r5128 r5134 85 85 !------------------------------------------------------------------------------- 86 86 ! Arguments: 87 include"dimensions.h"88 include"paramet.h"87 INCLUDE "dimensions.h" 88 INCLUDE "paramet.h" 89 89 REAL, DIMENSION(iip1, jjp1), INTENT(INOUT) :: masque ! land mask 90 90 REAL, DIMENSION(iip1, jjp1), INTENT(INOUT) :: phis ! ground geopotential … … 92 92 !------------------------------------------------------------------------------- 93 93 ! Local variables: 94 include"comgeom2.h"94 INCLUDE "comgeom2.h" 95 95 96 96 !--- INPUT NETCDF FILES AND VARIABLES NAMES ------------------------------------ … … 334 334 335 335 IMPLICIT NONE 336 include"dimensions.h"337 include"paramet.h"338 include"comgeom2.h"336 INCLUDE "dimensions.h" 337 INCLUDE "paramet.h" 338 INCLUDE "comgeom2.h" 339 339 !----------------------------------------------------------------------------- 340 340 ! Arguments: -
LMDZ6/branches/Amaury_dev/libf/dynphy_lonlat/phylmd/test_disvert_m.F90
r5119 r5134 19 19 20 20 ! For llm: 21 include"dimensions.h"21 INCLUDE "dimensions.h" 22 22 23 23 ! Local:
Note: See TracChangeset
for help on using the changeset viewer.