Ignore:
Timestamp:
Jan 6, 2016, 12:37:41 PM (8 years ago)
Author:
Ehouarn Millour
Message:

Small modification in the way time and calendar are handled: Now all the time keeping is done in the physics and only the timestep is transfered from the dynamics to the physics. Due to changes in computations and roundoffs this will change reference bench results.
The implementation of this change in phymar is left as future work.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phydev/physiq_mod.F90

    r2418 r2422  
    77
    88      SUBROUTINE physiq (nlon,nlev, &
    9      &            debut,lafin,jD_cur, jH_cur,pdtphys, &
     9     &            debut,lafin,pdtphys, &
    1010     &            paprs,pplay,pphi,pphis,presnivs, &
    1111     &            u,v,t,qx, &
     
    3535      integer,intent(in) :: nlon ! number of atmospheric colums
    3636      integer,intent(in) :: nlev ! number of vertical levels (should be =klev)
    37       real,intent(in) :: jD_cur ! current day number (Julian day)
    38       real,intent(in) :: jH_cur ! current time of day (as fraction of day)
    3937      logical,intent(in) :: debut ! signals first call to physics
    4038      logical,intent(in) :: lafin ! signals last call to physics
Note: See TracChangeset for help on using the changeset viewer.