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/orbite.F90

    r1992 r2346  
    6363  ! la journee (0 a 1)
    6464  ! ======================================================================
    65   ! ym#include "dimensions.h"
    66   ! ym#include "dimphy.h"
    6765  REAL longi
    6866  REAL lati(klon), frac(klon), muzero(klon)
     
    129127  ! frac-----OUTPUT: ensoleillement moyen entre gmtime et gmtime+pdtrad
    130128  ! ================================================================
    131   ! ym#include "dimensions.h"
    132   ! ym#include "dimphy.h"
    133129  include "YOMCST.h"
    134130  ! ================================================================
     
    266262
    267263  ! ====================================================================
    268   ! ym#include "dimensions.h"
    269   ! ym#include "dimphy.h"
    270264  include "YOMCST.h"
    271265  ! ====================================================================
Note: See TracChangeset for help on using the changeset viewer.