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.MARS/README

    r1521 r1523  
    22192219- Adapted "create_make_gcm" and "makegcm*" scripts accordingly
    22202220  (deleted obsolete makegcm_g95)
     2221
     2222== 28/03/2016 == EM
     2223- Added module "regular_lonlat_mod.F90" (to store information on global
     2224  lon-lat grid) in phy_common.
     2225- Turned iniphysiq (in dynlonlat_phylonlat/phymars)into module
     2226  "iniphysiq_mod.F90".
Note: See TracChangeset for help on using the changeset viewer.