Changeset 1370
- Timestamp:
- Apr 22, 2010, 4:27:06 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4V5.0-dev/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3d/etat0_netcdf.F
r1322 r1370 760 760 wake_cstar(:) = 0. 761 761 wake_fip(:) = 0. 762 wake_pe = 0. 763 fm_therm = 0. 764 entr_therm = 0. 765 detr_therm = 0. 762 766 763 767 call fonte_neige_init(run_off_lic_0) -
LMDZ4/branches/LMDZ4V5.0-dev/libf/dyn3dpar/etat0_netcdf.F
r1322 r1370 9 9 USE ioipsl 10 10 USE dimphy 11 USE control_mod 11 12 USE infotrac 12 13 USE fonte_neige_mod … … 14 15 USE phys_state_var_mod 15 16 USE filtreg_mod 16 USE control_mod17 17 use regr_lat_time_climoz_m, only: regr_lat_time_climoz 18 18 use conf_phys_m, only: conf_phys … … 144 144 REAL :: solarlong0 145 145 real :: seuil_inversion 146 REAL:: alp_offset146 real :: alp_offset 147 147 148 148 integer read_climoz ! read ozone climatology … … 760 760 wake_cstar(:) = 0. 761 761 wake_fip(:) = 0. 762 wake_pe = 0. 763 fm_therm = 0. 764 entr_therm = 0. 765 detr_therm = 0. 762 766 763 767 call fonte_neige_init(run_off_lic_0)
Note: See TracChangeset
for help on using the changeset viewer.