Changeset 2826 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Nov 23, 2022, 11:11:26 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r2562 r2826 148 148 149 149 subroutine physdem1(filename,nsoil,ngrid,nlay,nq, & 150 phystep,time,tsurf,tsoil, co2ice,albedo,emis,q2,qsurf,&150 phystep,time,tsurf,tsoil,albedo,emis,q2,qsurf,& 151 151 tauscaling,totcloudfrac,wstar, & 152 152 watercap) … … 173 173 real,intent(in) :: tsurf(ngrid) 174 174 real,intent(in) :: tsoil(ngrid,nsoil) 175 real,intent(in) :: co2ice(ngrid)176 175 real,intent(in) :: albedo(ngrid,2) 177 176 real,intent(in) :: emis(ngrid) … … 198 197 ! set time counter in file 199 198 call put_var("Time","Temps de simulation",time) 200 201 ! CO2 ice layer202 call put_field("co2ice","CO2 ice cover",co2ice,time)203 199 204 200 ! Water ice layer … … 299 295 endif ! of if (txt.eq."hdo_vap") 300 296 301 ! co2_ice has been added to co2icein co2condens4micro297 ! co2_ice has been added to qsurf(:,igcm_co2) in co2condens4micro 302 298 if (txt.eq."co2_ice") then 303 299 write(*,*)"physdem1: skipping co2_ice tracer"
Note: See TracChangeset
for help on using the changeset viewer.