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