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 9719 for utils – NEMO

Changeset 9719 for utils


Ignore:
Timestamp:
2018-05-31T17:57:27+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix for copying AGRIF fixed grids files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/mk/Fmake_config.sh

    r9681 r9719  
    6363\cp -R -n ${2}/EXPREF/*namelist* ${1}/EXP00/. 
    6464\cp -R -n ${2}/EXPREF/*.xml ${1}/EXP00/. 
    65 [ -f ${2}/EXPREF/AGRIF_FixedGrids.in ] &&  \cp -R -n ${2}/EXP00/AGRIF_FixedGrids.in ${1}/EXP00/. 
     65[ -f ${2}/EXPREF/AGRIF_FixedGrids.in ] &&  \cp -R -n ${2}/EXPREF/AGRIF_FixedGrids.in ${1}/EXP00/. 
    6666[ -d    ${2}/MY_SRC ] && \cp -n ${2}/MY_SRC/* ${1}/MY_SRC/. 2> /dev/null 
Note: See TracChangeset for help on using the changeset viewer.