Ignore:
Timestamp:
Apr 8, 2016, 4:57:00 PM (9 years ago)
Author:
emillour
Message:

Generic GCM:

  • Made nsoilmx be no longer a "parameter" and thus added the possibility to define the number of subsurface layers nsoilmx, along with first layer thickness "lay1_soil" and companion coefficient "alpha_soil", in callphys.def at run time. As before (when these were hard-coded), these are such that the depth of soil mid-layers are: mlayer(k)=lay1_soil*alpha_soil(k-1/2), for k=0,nsoil-1

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1537 r1538  
    11771177- Initialize runoff in hydrol.F90.
    11781178
    1179 
    1180 
     1179== 08/04/2016 == EM
     1180- Made nsoilmx be no longer a "parameter" and thus added the possibility to define the
     1181  number of subsurface layers nsoilmx, along with first layer thickness "lay1_soil" and
     1182  companion coefficient "alpha_soil", in callphys.def at run time.
     1183  As before (when these were hard-coded), these are such that the depth of
     1184  soil mid-layers are:
     1185  mlayer(k)=lay1_soil*alpha_soil**(k-1/2), for k=0,nsoil-1
     1186
     1187
     1188
Note: See TracChangeset for help on using the changeset viewer.