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

    r2311 r2346  
    3131  ! -------------
    3232
    33   include "dimensions.h"
    3433  include "YOMCST.h"
    3534
     
    742741  ! -------------
    743742
    744   include "dimensions.h"
    745   ! ccc#include "dimphy.h"
    746743  include "YOMCST.h"
    747744  include "YOETHF.h"
     
    23452342  ! -------------
    23462343
    2347   include "dimensions.h"
    2348   ! ccc#include "dimphy.h"
    23492344  include "YOMCST.h"
    23502345  include "YOETHF.h"
     
    32783273  ! -------------
    32793274
    3280   include "dimensions.h"
    3281   ! ccc#include "dimphy.h"
    32823275  include "YOMCST.h"
    32833276
     
    41394132  ! =======================================================================
    41404133
    4141   include "dimensions.h"
    4142   ! ccc#include "dimphy.h"
    4143 
    41444134  INTEGER ngrid, nlay
    41454135
     
    42354225
    42364226  ! =======================================================================
    4237 
    4238   include "dimensions.h"
    4239   ! ccc#include "dimphy.h"
    42404227
    42414228  INTEGER ngrid, nlay
     
    43424329  ! =======================================================================
    43434330
    4344   include "dimensions.h"
    4345   ! ccc#include "dimphy.h"
    4346 
    43474331  INTEGER ngrid, nlay
    43484332
     
    44194403
    44204404  ! =======================================================================
    4421 
    4422   include "dimensions.h"
    4423   ! ccc#include "dimphy.h"
    44244405
    44254406  INTEGER ngrid, nlay
     
    45614542  ! -------------
    45624543
    4563   include "dimensions.h"
    4564   ! ccc#include "dimphy.h"
    45654544  include "YOMCST.h"
    45664545
Note: See TracChangeset for help on using the changeset viewer.