Changeset 565 for trunk


Ignore:
Timestamp:
Mar 7, 2012, 3:43:52 PM (13 years ago)
Author:
acolaitis
Message:

Update to pbl_parameter so that several values of z_out can be sought in one pass. Pbl_parameter can also now be called when calltherm=false, as long as callrichsl=true.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/inifis.F

    r553 r565  
    249249     $              "1-> new correction",
    250250     $              "(matters only if callnirco2=T)"
    251          nircorr=1      !default value
     251         nircorr=0      !default value
    252252         call getin("nircorr",nircorr)
    253253         write(*,*) " nircorr = ",nircorr
     
    290290         endif
    291291
     292#ifndef MESOSCALE
    292293         if (calladj .and. callrichsl .and. (.not. calltherm)) then
    293294          print*,'You should not be calling the convective adjustment
     
    300301          stop
    301302         endif
    302 
     303#endif
    303304         write(*,*) "call CO2 condensation ?"
    304305         callcond=.true. ! default value
Note: See TracChangeset for help on using the changeset viewer.