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 2731 for trunk/NEMOGCM/CONFIG/makenemo – NEMO

Ignore:
Timestamp:
2011-04-08T14:05:35+02:00 (13 years ago)
Author:
rblod
Message:

Changes for Agrif in MPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/makenemo

    r2528 r2731  
    265265 
    266266#- At this stage the configuration has beeen chosen 
     267#- We coose the default light file 
     268export USEBLD=bldxioxag.cfg 
     269 
    267270#- We look after agrif 
    268 grep key_agrif ${COMPIL_DIR}/cpp.fcm && export AGRIFUSE=1 
     271grep key_agrif ${COMPIL_DIR}/cpp.fcm && export AGRIFUSE=1 && export USEBLD=${USEBLD/xag/} 
    269272. ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 
    270273 
    271274#- and test whether we need to build the ioserver 
    272 export USEBLD=bldxio.cfg 
    273 grep key_iomput ${COMPIL_DIR}/cpp.fcm && export USEBLD=bld.cfg 
     275grep key_iomput ${COMPIL_DIR}/cpp.fcm && export USEBLD=${USEBLD/xio/} 
    274276 
    275277#- 
Note: See TracChangeset for help on using the changeset viewer.