Ignore:
Timestamp:
Aug 21, 2015, 5:13:46 PM (9 years ago)
Author:
Ehouarn Millour
Message:

Physics/dynamics separation:

  • remove all references to dimensions.h from physics. nbp_lon (==iim) , nbp_lat (==jjm+1) and nbp_lev (==llm) from mod_grid_phy_lmdz should be used instead.
  • added module regular_lonlat_mod in phy_common to store information about the global (lon-lat) grid cell boundaries and centers.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/ajsec.F90

    r1992 r2346  
    1414  ! d_t-----output-R-Incrementation de la temperature
    1515  ! ======================================================================
    16   ! ym#include "dimensions.h"
    17   ! ym#include "dimphy.h"
    1816  include "YOMCST.h"
    1917  REAL paprs(klon, klev+1), pplay(klon, klev)
     
    168166  ! d_t-----output-R-Incrementation de la temperature
    169167  ! ======================================================================
    170   ! ym#include "dimensions.h"
    171   ! ym#include "dimphy.h"
    172168  include "YOMCST.h"
    173169  REAL paprs(klon, klev+1), pplay(klon, klev)
     
    319315  ! d_t-----output-R-Incrementation de la temperature
    320316  ! ======================================================================
    321   ! ym#include "dimensions.h"
    322   ! ym#include "dimphy.h"
    323317  include "YOMCST.h"
    324318  REAL paprs(klon, klev+1), pplay(klon, klev)
Note: See TracChangeset for help on using the changeset viewer.