Changeset 2309 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
May 5, 2020, 4:50:30 PM (5 years ago)
Author:
jvatant
Message:

Fix a nasty copy-paste bug from r2297 in n-layer aerosol scheme
--JVO

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r2301 r2309  
    15741574BE CARREFUL, there is a mistake in the previous commit message: it is actually SEASON=.FALSE.
    15751575
    1576 
     1576== 05/05/2020 (r2308) == JVO
     1577Fix a nasty copy-paste bug from r2297 in n-layer aerosol scheme
  • trunk/LMDZ.GENERIC/libf/phystd/inifis_mod.F90

    r2300 r2309  
    735735
    736736     write(*,*)"Generic n-layer aerosols: (if choice=2) Scale height / atm. scale height"
    737      aeronlay_ptop=0.2
     737     aeronlay_sclhght=0.2
    738738     call getin_p("aeronlay_sclhght",aeronlay_sclhght)
    739739     write(*,*)" aeronlay_sclhght = ",aeronlay_sclhght
Note: See TracChangeset for help on using the changeset viewer.