Changeset 1914 for LMDZ5/trunk/libf
- Timestamp:
- Dec 6, 2013, 12:44:15 PM (11 years ago)
- Location:
- LMDZ5/trunk/libf/phy1d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phy1d/1DUTILS.h
r1907 r1914 105 105 ! initial profile from GCSS file 106 106 ! LS convergence imposed from GCSS file 107 ! = 50 ==> forcing_fire = .true. 107 108 ! = 59 ==> forcing_sandu = .true. 108 109 ! initial profiles from sanduref file: see prof.inp.001 -
LMDZ5/trunk/libf/phy1d/lmdz1d.F
r1907 r1914 266 266 ! initial profile from GCSS file 267 267 ! LS convergence imposed from GCSS file 268 !forcing_type = 50 ==> forcing_fire = .true. 269 ! forcing from fire.nc 268 270 !forcing_type = 59 ==> forcing_sandu = .true. 269 271 ! initial profiles from sanduref file: see prof.inp.001 … … 297 299 elseif (forcing_type .eq.40) THEN 298 300 forcing_GCSSold = .true. 301 elseif (forcing_type .eq.50) THEN 302 forcing_fire = .true. 299 303 elseif (forcing_type .eq.59) THEN 300 304 forcing_sandu = .true. … … 818 822 819 823 fcoriolis=2.*sin(rpi*xlat/180.)*romega 820 if (forcing_radconv ) then824 if (forcing_radconv .or. forcing_fire) then 821 825 fcoriolis=0.0 822 826 dt_cooling=0.0
Note: See TracChangeset
for help on using the changeset viewer.