Ignore:
Timestamp:
Aug 28, 2016, 2:20:07 PM (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 5: moved the interface files

  • update_inputs_physiq_mod.F
  • update_outputs_physiq_mod.F
  • iniphysiq_mod.F
  • callphysiq_mod.F

to dynphy_wrf_mars_lmd_new
to allow for new interfaces
(e.g. Venus) to be added

Location:
trunk/MESOSCALE/LMD_MM_MARS/SRC
Files:
5 added
3 deleted
1 edited

Legend:

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

    r1578 r1582  
    11#! /bin/bash
    22
     3### this will become an argument
     4laphysiq="mars_lmd_new"
     5###
    36
    47echo '*** linking sources from ...'
     
    5760mkdir phys
    5861ln -sf $WRFSRC/WRFV2/phys/* phys/
     62ln -sf $WRFSRC/WRFV2/phys/dynphy_wrf_$laphysiq/* phys/
    5963mkdir run
    6064ln -sf $WRFSRC/WRFV2/run/* run/
Note: See TracChangeset for help on using the changeset viewer.