Ignore:
Timestamp:
Aug 22, 2016, 11:56:58 AM (8 years ago)
Author:
aslmd
Message:

Goal: make the mesoscale model compliant
with new interface philosophy and adapted
to easy interfacing with any physics

Commit 2:

  • cleaned makemeso (and removed meso_dimphys.h_ref)
  • added linking to phy_common in copy_model
  • changed module_lmd_driver.F to reflect that
    • physiq and phys_state_var_init are now within a module
    • their list of arguments changed

NB:

mesoscale model still not working

with HEAD version
... but is now compiling!

need now to fix e.g. geometry

... this will be done within a call
... to the equivalent of iniphysiq
... to make lmd_driver planet-agnostic

retrocompatbility with v1520 is lost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/SCRIPTS/copy_model

    r1249 r1578  
    133133mkdir mars_lmd/libf/phymars
    134134ln -sf $WRFSRC/WRFV2/mars_lmd/libf/phymars/* mars_lmd/libf/phymars/
     135ln -sf $WRFSRC/WRFV2/mars_lmd/libf/phy_common/* mars_lmd/libf/phymars/
    135136mkdir mars_lmd/libf/dyn3d
    136137ln -sf $WRFSRC/WRFV2/mars_lmd/libf/dyn3d/* mars_lmd/libf/dyn3d/
Note: See TracChangeset for help on using the changeset viewer.