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

Something wierd happened in the last commit... So back to where it was and retry... 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

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