Changeset 566 for trunk/LMDZ.MARS/libf/phymars/inifis.F
- Timestamp:
- Mar 7, 2012, 3:48:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/inifis.F
r565 r566 249 249 $ "1-> new correction", 250 250 $ "(matters only if callnirco2=T)" 251 nircorr= 0!default value251 nircorr=1 !default value 252 252 call getin("nircorr",nircorr) 253 253 write(*,*) " nircorr = ",nircorr … … 290 290 endif 291 291 292 #ifndef MESOSCALE293 292 if (calladj .and. callrichsl .and. (.not. calltherm)) then 294 293 print*,'You should not be calling the convective adjustment … … 301 300 stop 302 301 endif 303 #endif 302 304 303 write(*,*) "call CO2 condensation ?" 305 304 callcond=.true. ! default value
Note: See TracChangeset
for help on using the changeset viewer.