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 2316 – NEMO

Changeset 2316


Ignore:
Timestamp:
2010-10-26T16:26:49+02:00 (14 years ago)
Author:
flavoni
Message:

correct missing copy of xml files and AGRIF file, in Fmake_conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/TOOLS/COMPILE/Fmake_config.sh

    r2143 r2316  
    6262\cp -R  ${2}/cpp_${2}.fcm ${1}/cpp_${1}.fcm 
    6363\cp -R  ${2}/EXP00/*namelist* ${1}/EXP00/. 
     64[ -f ${2}/EXP00/AGRIF_FixedGrids.in ] &&  \cp -R  ${2}/EXP00/AGRIF_FixedGrids.in ${1}/EXP00/. 
     65[ -f ${2}/EXP00/iodef.xml ] &&  \cp -R  ${2}/EXP00/iodef.xml ${1}/EXP00/. 
     66[ -f ${2}/EXP00/xmlio_server.def ] &&  \cp -R  ${2}/EXP00/xmlio_server.def ${1}/EXP00/. 
    6467[ -d    ${2}/MY_SRC ] && \cp  ${2}/MY_SRC/* ${1}/MY_SRC/. 2> /dev/null 
Note: See TracChangeset for help on using the changeset viewer.