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/libf/phystd/dyn1d/rcm1d.F

    r1525 r1529  
    907907      end                       !rcm1d
    908908 
    909 c***********************************************************************
    910 c***********************************************************************
    911 c     Subroutines Bidons utilise seulement en 3D, mais
    912 c     necessaire a la compilation de rcm1d en 1D
    913 
    914 !      subroutine gr_fi_dyn
    915 !      RETURN
    916 !      END
    917  
    918 c***********************************************************************
    919 c***********************************************************************
    920 
    921 !#include "../dyn3d/disvert.F"
    922 !#include "../dyn3d/abort_gcm.F"
    923 !#include "../dyn3d/diverg.F"
    924 !#include "../dyn3d/grad.F"
    925 !#include "../dyn3d/gr_u_scal.F"
    926 !#include "../dyn3d/gr_v_scal.F"
    927 !#include "../dyn3d/gr_dyn_fi.F"
    928 
     909
Note: See TracChangeset for help on using the changeset viewer.