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 3680 for branches/2012/dev_MERGE_2012/NEMOGCM/TOOLS/COMPILE/bld.cfg – NEMO

Ignore:
Timestamp:
2012-11-27T15:42:24+01:00 (11 years ago)
Author:
rblod
Message:

First commit of the final branch for 2012 (future nemo_3_5), see ticket #1028

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/TOOLS/COMPILE/bld.cfg

    r3294 r3680  
    2323src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src 
    2424src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES 
    25 src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
     25src::nemo                 $CONFIG_DIR/$NEW_CONF/OPAFILES/obj 
    2626 
    2727#bld::lib::xmlf90           xmlf90 
     
    5454bld::pp::nemo     1 
    5555bld::pp::agrif    1 
    56 bld::tool::fpp       $COMPIL_DIR/agrifpp.sh 
    57 bld::tool::fppflags::nemo ${AGRIFUSE} %FPPFLAGS 
    58 bld::tool::fppflags::xmlio    0 %FPPFLAGS 
    59 bld::tool::fppflags::ioserver 0 %FPPFLAGS 
    60 bld::tool::fppflags::ioipsl   0 %FPPFLAGS 
    61 bld::tool::fppflags::agrif    0 %FPPFLAGS 
     56bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/OPAFILES/inc 
     57bld::tool::fppflags::xmlio     %FPPFLAGS 
     58bld::tool::fppflags::ioserver  %FPPFLAGS 
     59bld::tool::fppflags::ioipsl    %FPPFLAGS 
     60bld::tool::fppflags::agrif     %FPPFLAGS 
    6261 
    6362# Ignore the following dependencies 
     
    8281# Allow ".h90" as an extension for CPP include files 
    8382bld::infile_ext::h90  CPP::INCLUDE 
     83bld::infile_ext::f90  FPP::FPP9X::SOURCE 
    8484 
    8585# extension for module output 
     
    8888# rename executable to nemo.exe 
    8989bld::exe_name::model  nemo.exe 
    90  
Note: See TracChangeset for help on using the changeset viewer.