- Timestamp:
- Jan 21, 2020, 12:54:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/simple_physics/phyparam/physics/iniphyparam_mod.F90
r4230 r4235 54 54 CALL read_param('coefir',.08 ,coefir,'coefir') 55 55 56 CALL read_param('callrad',.true.,callrad,'appel rayonnemen ')56 CALL read_param('callrad',.true.,callrad,'appel rayonnement') 57 57 CALL read_param('calldifv',.true.,calldifv,'appel difv') 58 58 CALL read_param('calladj',.true.,calladj,'appel adj') 59 CALL read_param('callcond',.true.,callcond,'appel cond')60 59 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') 64 63 CALL read_param('period_sort',1.,period_sort,'period sorties en jour') 65 64
Note: See TracChangeset
for help on using the changeset viewer.