Ignore:
Timestamp:
12/15/14 09:22:51 (10 years ago)
Author:
millour
Message:

Add the possibility to have a sponge acting on the temperature
in the physics, using flag "callradsponge=.true.". The sponge
vertical extention is the same as the sponge layer in the dynamics.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/inifis.F

    r298 r310  
    204204         if (is_master) write(*,*) "Rmean = ", Rmean 
    205205          
     206         if (is_master) write(*,*)  
     207     &      "Add sponge after radiative transfer?" 
     208         callradsponge=.false. 
     209         call getin_p("callradsponge", callradsponge) 
     210         if (is_master) write(*,*) "callradsponge = ", callradsponge 
     211 
    206212! Test of incompatibility: 
    207213! if tlocked, then diurnal should be false 
Note: See TracChangeset for help on using the changeset viewer.