Ignore:
Timestamp:
Apr 6, 2016, 8:51:34 AM (9 years ago)
Author:
emillour
Message:

Venus and Titan GCMs:
Updates in the physics to keep up with updates in LMDZ5 (up to
LMDZ5 trunk, rev 2350) concerning dynamics/physics separation:

  • Adapted makelmdz and makelmdz_fcm script to stop if trying to compile 1d model or newstart or start2archive in parallel.
  • got rid of references to "dimensions.h" in physics. Within physics packages, use nbp_lon (=iim), nbp_lat (=jjmp1) and nbp_lev (=llm) from module mod_grid_phy_lmdz (in phy_common) instead. Only partially done for Titan, because of many hard-coded commons; a necessary first step will be to clean these up (using modules).

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/drag_noro.F

    r1356 r1530  
    1111      use dimphy
    1212      IMPLICIT none
    13 
    14 #include "dimensions.h"
    15 #include "paramet.h"
    1613
    1714c======================================================================
     
    3027c paprs---input-R-Pressure in semi layers    (Pa)
    3128c pplay---input-R-Pressure model-layers      (Pa)
    32 c pgeop---input-R-Geopotential model layers (reference ground)
     29c pgeop---input-R-Geopotential model layers (reference to ground)
    3330c pn2-----input-R-Brunt-Vaisala freq.^2 at 1/2 layers
    3431c t-------input-R-temperature (K)
Note: See TracChangeset for help on using the changeset viewer.