Ignore:
Timestamp:
Jan 21, 2020, 12:54:37 AM (5 years ago)
Author:
dubos
Message:

simple_physics : DYNAMICO driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/simple_physics/phyparam/physics/iniphyparam_mod.F90

    r4230 r4235  
    5454    CALL read_param('coefir',.08      ,coefir,'coefir')
    5555
    56     CALL read_param('callrad',.true.,callrad,'appel rayonnemen')
     56    CALL read_param('callrad',.true.,callrad,'appel rayonnement')
    5757    CALL read_param('calldifv',.true.,calldifv,'appel difv')
    5858    CALL read_param('calladj',.true.,calladj,'appel adj')
    59     CALL read_param('callcond',.true.,callcond,'appel cond')
    6059    CALL read_param('callsoil',.true.,callsoil,'appel soil')
    61     CALL read_param('season',.true.,season,'appel soil')
    62     CALL read_param('diurnal',.false.,diurnal,'appel soil')
    63     CALL read_param('lverbose',.true.,lverbose,'appel soil')
     60    CALL read_param('season',.true.,season,'with seasonal cycle')
     61    CALL read_param('diurnal',.false.,diurnal,'with diurnal cycle')
     62    CALL read_param('lverbose',.true.,lverbose,'lverbose')
    6463    CALL read_param('period_sort',1.,period_sort,'period sorties en jour')
    6564
Note: See TracChangeset for help on using the changeset viewer.