Changeset 515 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd
- Timestamp:
- Feb 4, 2012, 10:29:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/physiq.F
r341 r515 330 330 integer igmin, lmin 331 331 logical tdiag 332 logical tituscap 332 333 333 334 REAL zplev(ngrid,nlayermx+1),zplay(ngrid,nlayermx) … … 1063 1064 c ------------------------------------------- 1064 1065 1065 !!! get the actual co2 seasonal cap from Titus observations 1066 CALL geticecover( ngrid, 180.*zls/pi, 1066 tituscap = .false. 1067 IF (tituscap) THEN 1068 PRINT*,'TITUS CAP !!!' 1069 !!! get the actual co2 seasonal cap from Titus observations 1070 CALL geticecover( ngrid, 180.*zls/pi, 1067 1071 . 180.*long/pi, 180.*lati/pi, co2ice ) 1068 co2ice = co2ice * 10000. 1072 co2ice = co2ice * 10000. 1073 ENDIF 1069 1074 1070 1075 IF(callcond) THEN
Note: See TracChangeset
for help on using the changeset viewer.