Ignore:
Timestamp:
Apr 5, 2016, 10:51:51 AM (9 years ago)
Author:
emillour
Message:

Generic GCM: Towards a cleaner separation between physics and dynamics

  • Got rid of references to "dimensions.h" from physics packages: use nbp_lon (=iim), nbp_lat (=jjp1) and nbp_lev from module mod_grid_phy_lmdz (in phy_common) instead.
  • Removed module "comhdiff_mod.F90", as it is only used by module surf_heat_transp_mod.F90, moved module variables there.
  • Addedin "surf_heat_transp_mod" local versions of some arrays and routines (from dyn3d) required to compute gradient, divergence, etc. on the global dynamics grid. As before, the slab ocean only works in serial.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r1525 r1529  
    11521152- Got rid of references to "control_mod" from the physics. Added a couple
    11531153  of relevent variables for outputs in time_phylmdz_mod.
     1154
     1155== 05/04/2016 == EM
     1156- Got rid of references to "dimensions.h" from physics packages:
     1157  use nbp_lon (=iim), nbp_lat (=jjp1) and nbp_lev
     1158  from module mod_grid_phy_lmdz (in phy_common) instead.
     1159- Removed module "comhdiff_mod.F90", as it is only used by module
     1160  surf_heat_transp_mod.F90, moved module variables there.
     1161- Addedin "surf_heat_transp_mod" local versions of some arrays
     1162  and routines (from dyn3d) required to compute gradient, divergence, etc.
     1163  on the global dynamics grid.
     1164  As before, the slab ocean only works in serial.
Note: See TracChangeset for help on using the changeset viewer.