Ignore:
Timestamp:
Feb 3, 2014, 9:46:58 AM (11 years ago)
Author:
sglmd
Message:

Clean an unwanted addition (nh3 cloud) in the previous commit

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/callkeys.h

    r1174 r1175  
    3030     &   , tracer, mass_redistrib, varactive, varfixed, satval          &
    3131     &   , sedimentation,water,watercond,waterrain                      &
    32      &   , aeroco2,aeroh2o,aeroh2so4,aeroback2lay, aeronh3              &
     32     &   , aeroco2,aeroh2o,aeroh2so4,aeroback2lay                       &
    3333     &   , aerofixco2,aerofixh2o                                        &
    3434     &   , hydrology, sourceevol, icetstep, albedosnow                  &
     
    6969      logical water,watercond,waterrain
    7070      logical aeroco2,aeroh2o,aeroh2so4,aeroback2lay
    71       logical aerofixco2,aerofixh2o, aeronh3
     71      logical aerofixco2,aerofixh2o
    7272      logical hydrology
    7373      logical sourceevol
  • trunk/LMDZ.GENERIC/libf/phystd/inifis.F

    r1174 r1175  
    453453         call getin("aeroback2lay",aeroback2lay)
    454454         write(*,*)" aeroback2lay = ",aeroback2lay
    455 
    456          write(*,*)"Radiatively active ammonia cloud?"
    457          aeronh3=.false.     ! default value
    458          call getin("aeronh3",aeronh3)
    459          write(*,*)" aeronh3 = ",aeronh3
    460455
    461456         write(*,*)"TWOLAY AEROSOL: total optical depth ",
Note: See TracChangeset for help on using the changeset viewer.