New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 1705 for trunk/UTIL – NEMO

Changeset 1705 for trunk/UTIL


Ignore:
Timestamp:
2009-11-03T17:37:00+01:00 (14 years ago)
Author:
smasson
Message:

impact of HF winds in TKE, see ticket:585

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/chk_iomput.sh

    r1482 r1705  
    88inxml=0 
    99insrc=0 
     10xmlfile=${1:-"../CONFIG/ORCA2_LIM/EXP00/iodef.xml"} 
     11srcdir=${2:-"../NEMO/OPA_SRC ../NEMO/LIM_SRC_2"} 
    1012while [ $# -gt 0 ]   # Until you run out of parameters . . .  
    1113do     
     
    1315        --inxml) inxml=1 ;; 
    1416        --insrc) insrc=1 ;; 
     17   *) xmlfile=${1:-"../CONFIG/ORCA2_LIM/EXP00/iodef.xml"} 
     18      srcdir=${2:-"../NEMO/OPA_SRC ../NEMO/LIM_SRC_2"} 
     19      shift 
    1520    esac 
    1621    shift       # Check next set of parameters.  
    1722done  
    18 # 
    19 xmlfile=${1:-"../CONFIG/ORCA2_LIM/EXP00/iodef.xml"} 
    20 # 
    21 srcdir=${2:-"../NEMO/OPA_SRC ../NEMO/LIM_SRC_2"} 
    2223# 
    2324#------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.