Changeset 1263 for LMDZ4/branches/LMDZ4-dev/libf/dyn3d
- Timestamp:
- Nov 17, 2009, 2:00:14 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4-dev/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3d/create_etat0_limit.F
r1222 r1263 47 47 END IF 48 48 49 CALL Init_Phys_lmdz(iim,jjp1,llm,1,(jjm-1)*iim+2) 49 CALL Init_Phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 50 PRINT *,'---> klon=',klon 50 51 call InitComgeomphy 51 52 -
LMDZ4/branches/LMDZ4-dev/libf/dyn3d/etat0_netcdf.F
r1245 r1263 15 15 USE filtreg_mod 16 16 use regr_lat_time_climoz_m, only: regr_lat_time_climoz 17 use conf_phys_m, only: conf_phys 17 18 #endif 18 19 !#endif of #ifdef CPP_EARTH … … 143 144 REAL :: solarlong0 144 145 real :: seuil_inversion 145 logical read_climoz ! read ozone climatology 146 147 integer read_climoz ! read ozone climatology 148 C Allowed values are 0, 1 and 2 149 C 0: do not read an ozone climatology 150 C 1: read a single ozone climatology that will be used day and night 151 C 2: read two ozone climatologies, the average day and night 152 C climatology and the daylight climatology 146 153 147 154 ! … … 179 186 & iflag_coupl,iflag_clos,iflag_wake, read_climoz ) 180 187 181 182 188 ! co2_ppm0 : initial value of atmospheric CO2 from .def file (co2_ppm value) 183 189 co2_ppm0 = co2_ppm … … 194 200 195 201 CALL inifilr() 196 CALL phys_state_var_init( )202 CALL phys_state_var_init(read_climoz) 197 203 ! 198 204 latfi(1) = ASIN(1.0) … … 419 425 ! 420 426 421 if (read_climoz) call regr_lat_time_climoz ! ozone climatology 427 ! Ozone climatology: 428 if (read_climoz >= 1) call regr_lat_time_climoz(read_climoz) 422 429 423 430 varname = 'tsol'
Note: See TracChangeset
for help on using the changeset viewer.