Changeset 3113 for trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
- Timestamp:
- Nov 3, 2023, 2:36:01 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3106 r3113 48 48 use comsoil_h, only: inertiedat, inertiesoil,! dat: soil thermal inertia for present climate, inertiesoil is the TI read in the start 49 49 & tsoil, nsoilmx,!number of subsurface layers 50 & mlayer,layer ! soil mid layer depths 50 & mlayer,layer, ! soil mid layer depths 51 & nqsoil,qsoil ! adsorption 51 52 use geometry_mod, only: longitude, latitude, cell_area, 52 53 & cell_area_for_lonlat_outputs,longitude_deg … … 599 600 ! GCM. Read netcdf initial physical parameters. 600 601 CALL phyetat0 ("startfi.nc",0,0, 601 & nsoilmx,ngrid,nlayer,nq, 602 & nsoilmx,ngrid,nlayer,nq,nqsoil, 602 603 & day_ini,time_phys, 603 604 & tsurf,tsoil,albedo,emis, 604 & q2,qsurf, tauscaling,totcloudfrac,wstar,605 & q2,qsurf,qsoil,tauscaling,totcloudfrac,wstar, 605 606 & watercap,perenial_co2ice, 606 607 & def_slope,def_slope_mean,subslope_dist) … … 2621 2622 . icount,' date=',ztime_fin 2622 2623 2623 call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq, 2624 call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq,nqsoil, 2624 2625 . ptimestep,ztime_fin, 2625 2626 . tsurf,tsoil,inertiesoil,albedo, 2626 . emis,q2,qsurf, tauscaling,totcloudfrac,wstar,2627 . w atercap,perenial_co2ice)2627 . emis,q2,qsurf,qsoil,tauscaling,totcloudfrac, 2628 . wstar,watercap,perenial_co2ice) 2628 2629 ENDIF ! of IF (write_restart) 2629 2630
Note: See TracChangeset
for help on using the changeset viewer.