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 4991 for trunk/NEMOGCM – NEMO

Changeset 4991 for trunk/NEMOGCM


Ignore:
Timestamp:
2014-12-18T10:00:29+01:00 (9 years ago)
Author:
timgraham
Message:

Minor modification to sette_rpt to read validation_dir from param.cfg instead of being hard coded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/sette_rpt

    r4990 r4991  
    88# 
    99  set mach = `grep "COMPILER=" ./sette.sh | sed -e 's/COMPILER=//'` 
    10   set NEMO_VALID = ../CONFIG/NEMO_VALIDATION 
     10  set NEMO_VALID = `grep "NEMO_VALIDATION_DIR=" ./param.cfg | sed -e 's/NEMO_VALIDATION_DIR=//'` 
    1111# 
    1212  if ( ! -d $NEMO_VALID ) then 
Note: See TracChangeset for help on using the changeset viewer.