Changeset 3001
- Timestamp:
- Jul 19, 2023, 5:45:49 PM (16 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/init_phys_1d_mod.F90
r3000 r3001 262 262 q(2,:,:)=q(1,:,:) 263 263 264 #ifdef CPP_XIOS 264 265 call init_physics_distribution(regular_lonlat,4,& 265 266 1,1,1,nlayer,COMM_LMDZ) 267 #else 268 call init_physics_distribution(regular_lonlat,4,& 269 1,1,1,nlayer,1) 270 #endif 266 271 267 272 call open_startphy("startfi_evol.nc") -
trunk/LMDZ.MARS/changelog.txt
r3000 r3001 4105 4105 == 19/07/2023 == JBC 4106 4106 Some adaptations to make the 1D model run with XIOS and MPICH for use with 1D PEM. 4107 Small fixes to compile and run 1D model related to the second to last commit. -
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r3000 r3001 12 12 & albedice, iceradius, dtemisice, z0, 13 13 & zmea, zstd, zsig, zgam, zthe, phisfi, 14 & watercaptag, watercap, hmons, summit, base 14 & watercaptag, watercap, hmons, summit, base, 15 & perenial_co2ice 15 16 use slope_mod, only: theta_sl, psi_sl 16 17 use comslope_mod, only: def_slope,subslope_dist,def_slope_mean … … 255 256 dtemisice(2) = 2. ! time scale for snow metamorphism (south) 256 257 257 c endif ! .not. startfile_1D258 computeTcondc endif ! .not. startfile_1D 258 259 259 260 c mesh surface (not a very usefull quantity in 1D) … … 855 856 & tsurf,tsoil,inertiesoil,albedo,emis, 856 857 & q2,qsurf,tauscaling, 857 & totcloudfrac,wstar,watercap )858 & totcloudfrac,wstar,watercap,perenial_co2ice) 858 859 endif !(.not. startfile_1D ) 859 860
Note: See TracChangeset
for help on using the changeset viewer.