Changeset 2511 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
Apr 30, 2021, 9:55:53 PM (4 years ago)
Author:
aslmd
Message:

update of r2507: streamlining day_end from dynamics to physics to avoid using a dynamical module in the physics. put changes in 3 interfaces: LMDZ, DYNAMICO, and WRF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICOSA_LMDZ/src/phymars/interface_icosa_lmdz.f90

    r2424 r2511  
    201201  INTEGER :: annee_ref 
    202202  INTEGER :: day_ref   
    203   INTEGER :: day_ini   
     203  INTEGER :: day_ini
     204  INTEGER :: day_end
     205   
    204206  REAL    :: start_time
    205207  REAL    :: physics_timestep   
     
    373375    ndays=nint(itaumax*(dt/day_length))! number of days to run
    374376    physics_timestep=dt*itau_physics
     377    day_end=day_ini+ndays
    375378
    376379!!!    CALL inifis(klon_omp,llm,nqtot,start_day,day_length,ndays,physics_timestep, &
     
    384387!!!
    385388   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, &
    387391                       radius,g,kappa*cpp,cpp, &
    388392                       dyn_nqperes,dyn_nqfils)
Note: See TracChangeset for help on using the changeset viewer.