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

Changeset 13939


Ignore:
Timestamp:
2020-12-01T15:34:42+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, bloody externals. Postpone use of PPR library for a while

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/src/NST/vremap.F90

    r13937 r13939  
    1 #define PPR_LIB      /* USE PPR library */ 
     1#undef PPR_LIB      /* USE PPR library */ 
    22MODULE vremap 
    33!$AGRIF_DO_NOT_TREAT 
  • utils/build/mk/bld.cfg

    r13926 r13939  
    1616src::agrif                $MAIN_DIR/ext/AGRIF/AGRIF_FILES 
    1717src::nemo                 $CONFIG_DIR/$NEW_CONF/NEMOFILES/obj 
    18 src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1918 
    2019 
     
    4140bld::pp::nemo     1 
    4241bld::pp::agrif    1 
    43 bld::pp::ppr_1d   1 
    4442bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 
    4543bld::tool::fppflags::ioipsl    %FPPFLAGS 
    4644bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 
    47 bld::tool::fppflags::ppr_1d    %FPPFLAGS 
    4845 
    4946# Ignore the following dependencies 
  • utils/build/mk/bld_preproagr.cfg

    r13926 r13939  
    2121bld::tool::fc_compile 
    2222bld::tool::fc_include 
    23 bld::tool::fc        $COMPIL_DIR/agrifpp.sh ${NEMO_TDIR} 
     23bld::tool::fc        $COMPIL_DIR/agrifpp.sh  
    2424bld::tool::fflags     
    2525bld::tool::ld        
     
    5151bld::excl_dep       use::nc4interface 
    5252bld::excl_dep       use::ioipsl 
    53 bld::excl_dep        use::ppr_1d 
    5453bld::excl_dep       use::xios 
    5554bld::excl_dep        use::agrif_grids 
  • utils/build/mk/bldxag.cfg

    r13926 r13939  
    1515src::ioipsl               $MAIN_DIR/ext/IOIPSL/src 
    1616src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
    17 src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1817 
    1918bld::target nemo.exe 
     
    3736bld::pp::ioipsl   1 
    3837bld::pp::nemo     1 
    39 bld::pp::ppr_1d   1 
    4038bld::tool::fppflags::nemo     %FPPFLAGS 
    4139bld::tool::fppflags::ioipsl   %FPPFLAGS 
    42 bld::tool::fppflags::ppr_1d   %FPPFLAGS 
    4340 
    4441# Ignore the following dependencies 
Note: See TracChangeset for help on using the changeset viewer.