Changeset 2556 for trunk/ICOSA_LMDZ


Ignore:
Timestamp:
Aug 31, 2021, 8:10:51 AM (3 years ago)
Author:
emillour
Message:

Generic GCM:
In the interface with DYNAMICO, fix call to inifis which expects ndays
to be an integer.
GM

File:
1 edited

Legend:

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

    r2000 r2556  
    379379    physics_timestep=dt*itau_physics
    380380
    381     CALL inifis(klon_omp,llm,nqtot,start_day,day_length,ndays,physics_timestep, &
     381    CALL inifis(klon_omp,llm,nqtot,start_day,day_length,nint(ndays),physics_timestep, &
    382382            latfi,lonfi,airefi,radius,g,kappa*cpp,cpp)
    383383
Note: See TracChangeset for help on using the changeset viewer.