Changeset 2562 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Sep 21, 2021, 9:02:49 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r2494 r2562 150 150 phystep,time,tsurf,tsoil,co2ice,albedo,emis,q2,qsurf,& 151 151 tauscaling,totcloudfrac,wstar, & 152 mem_Mccn_co2,mem_Nccn_co2,mem_Mh2o_co2,watercap)152 watercap) 153 153 ! write time-dependent variable to restart file 154 154 use iostart, only : open_restartphy, close_restartphy, & … … 181 181 real,intent(in) :: totcloudfrac(ngrid) 182 182 real,intent(in) :: wstar(ngrid) 183 real,intent(in) :: mem_Mccn_co2(ngrid,nlay) ! CCN mass of H2O and dust used by CO2184 real,intent(in) :: mem_Nccn_co2(ngrid,nlay) ! CCN number of H2O and dust used by CO2185 real,intent(in) :: mem_Mh2o_co2(ngrid,nlay) ! H2O mass integred into CO2 crystal186 183 real,intent(in) :: watercap(ngrid) 187 184 … … 311 308 enddo 312 309 endif 313 ! Memory of the origin of the co2 particles 314 if (co2useh2o) then 315 call put_field("mem_Mccn_co2","CCN mass of H2O and dust used by CO2",mem_Mccn_co2,time) 316 call put_field("mem_Nccn_co2","CCN number of H2O and dust used by CO2",mem_Nccn_co2,time) 317 call put_field("mem_Mh2o_co2","H2O mass integred into CO2 crystal",mem_Mh2o_co2,time) 318 endif 319 310 320 311 ! Non-orographic gavity waves 321 312 if (calllott_nonoro) then
Note: See TracChangeset
for help on using the changeset viewer.