Changeset 709 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Jun 22, 2012, 3:45:44 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: set default r_aspect_thermals to 1 also in mesoscale. updated DEF files for reference THARSIS case (latest settings by TN).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/calltherm_interface.F90

    r695 r709  
    209209                                ! very well with a sub-timestep of 10.
    210210         IF (firstcall) THEN
     211            r_aspect_thermals=1.  ! same value is OK for GCM and mesoscale
    211212#ifdef MESOSCALE
    212213            !! valid for timesteps < 200s
    213214            nsplit_thermals=4
    214             r_aspect_thermals=0.7
    215215#else
    216216            IF ((ptimestep .le. 3699.*24./96.) .and. (iradia .eq. 1)) THEN
     
    219219               nsplit_thermals=35
    220220            ENDIF
    221             r_aspect_thermals=1.
    222221#endif
    223222            call getin("nsplit_thermals",nsplit_thermals)
Note: See TracChangeset for help on using the changeset viewer.