Ignore:
Timestamp:
Dec 20, 2013, 10:04:40 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1909:1920 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phy1d/lmdz1d.F

    r1910 r1921  
    266266!             initial profile from GCSS file
    267267!             LS convergence imposed from GCSS file
     268!forcing_type = 50 ==> forcing_fire = .true.
     269!             forcing from fire.nc
    268270!forcing_type = 59 ==> forcing_sandu = .true.
    269271!             initial profiles from sanduref file: see prof.inp.001
     
    297299      elseif (forcing_type .eq.40) THEN
    298300       forcing_GCSSold = .true.
     301      elseif (forcing_type .eq.50) THEN
     302       forcing_fire = .true.
    299303      elseif (forcing_type .eq.59) THEN
    300304       forcing_sandu   = .true.
     
    818822
    819823       fcoriolis=2.*sin(rpi*xlat/180.)*romega
    820        if (forcing_radconv) then
     824       if (forcing_radconv .or. forcing_fire) then
    821825         fcoriolis=0.0
    822826         dt_cooling=0.0
Note: See TracChangeset for help on using the changeset viewer.