Changeset 2494 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Apr 7, 2021, 3:16:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r2417 r2494 302 302 endif ! of if (txt.eq."hdo_vap") 303 303 304 ! co2_ice has been added to co2ice in co2condens4micro 305 if (txt.eq."co2_ice") then 306 write(*,*)"physdem1: skipping co2_ice tracer" 307 cycle 308 end if 309 304 310 call put_field(trim(txt),"tracer on surface",qsurf(:,iq),time) 305 311 enddo … … 317 323 call put_field("dv_nonoro_gwd","Meridional wind tendency due to GW",dv_nonoro_gwd,time) 318 324 endif 325 319 326 ! Close file 320 327 call close_restartphy
Note: See TracChangeset
for help on using the changeset viewer.