Ignore:
Timestamp:
Mar 28, 2016, 5:27:51 PM (9 years ago)
Author:
emillour
Message:

All models: More updates to make planetary codes (+Earth) setups converge.

  • in dyn3d_common:
  • convmas.F => convmas.F90
  • enercin.F => enercin.F90
  • flumass.F => flumass.F90
  • massbar.F => massbar.F90
  • tourpot.F => tourpot.F90
  • vitvert.F => vitvert.F90
  • in misc:
  • move "q_sat" from "dyn3d_common" to "misc" (in Earth model, it is also called by the physics)
  • move "write_field" from "dyn3d_common" to "misc"(may be called from physics or dynamics and depends on neither).
  • in phy_common:
  • move "write_field_phy" here since it may be called from any physics package)
  • add module "regular_lonlat_mod" to store global information on lon-lat grid
  • in dynlonlat_phylonlat/phy*:
  • turn "iniphysiq.F90" into module "iniphysiq_mod.F90" (and of course adapt gcm.F[90] and 1D models accordingly)

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F

    r1422 r1523  
    1414      USE parallel_lmdz
    1515      USE infotrac
     16#ifdef CPP_PHYS
    1617      USE mod_interface_dyn_phys
     18#endif
    1719      USE mod_hallo
    1820      USE Bands
     
    3335! Ehouarn: the following are needed with (parallel) physics:
    3436#ifdef CPP_PHYS
     37      USE iniphysiq_mod, ONLY: iniphysiq
    3538      USE mod_grid_phy_lmdz
    3639!      USE mod_phys_lmdz_para, ONLY : klon_mpi_para_nb
     
    495498!     &                iflag_phys)
    496499         CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys,
    497      &                rlatu,rlonv,aire,cu,cv,rad,g,r,cpp,
     500     &                rlatu,rlatv,rlonu,rlonv,aire,cu,cv,rad,g,r,cpp,
    498501     &                iflag_phys)
    499502#endif
Note: See TracChangeset for help on using the changeset viewer.