Changeset 2511 for trunk/ICOSA_LMDZ
- Timestamp:
- Apr 30, 2021, 9:55:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/src/phymars/interface_icosa_lmdz.f90
r2424 r2511 201 201 INTEGER :: annee_ref 202 202 INTEGER :: day_ref 203 INTEGER :: day_ini 203 INTEGER :: day_ini 204 INTEGER :: day_end 205 204 206 REAL :: start_time 205 207 REAL :: physics_timestep … … 373 375 ndays=nint(itaumax*(dt/day_length))! number of days to run 374 376 physics_timestep=dt*itau_physics 377 day_end=day_ini+ndays 375 378 376 379 !!! CALL inifis(klon_omp,llm,nqtot,start_day,day_length,ndays,physics_timestep, & … … 384 387 !!! 385 388 CALL phys_state_var_init(klon_omp,llm,nqtot,tname, & 386 day_ini,hour_ini,day_length,physics_timestep, & 389 day_ini,day_end,hour_ini,& 390 day_length,physics_timestep, & 387 391 radius,g,kappa*cpp,cpp, & 388 392 dyn_nqperes,dyn_nqfils)
Note: See TracChangeset
for help on using the changeset viewer.