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

Changeset 13926


Ignore:
Timestamp:
2020-11-30T16:21:56+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, add Piecewise Polynomial Reconstruction library

Files:
33 added
3 edited

Legend:

Unmodified
Added
Removed
  • utils/build/mk/bld.cfg

    r9598 r13926  
    1616src::agrif                $MAIN_DIR/ext/AGRIF/AGRIF_FILES 
    1717src::nemo                 $CONFIG_DIR/$NEW_CONF/NEMOFILES/obj 
     18src::ppr_1d               $MAIN_DIR/ext/PPR/src 
     19 
    1820 
    1921bld::target  nemo.exe 
     
    3941bld::pp::nemo     1 
    4042bld::pp::agrif    1 
     43bld::pp::ppr_1d   1 
    4144bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 
    4245bld::tool::fppflags::ioipsl    %FPPFLAGS 
    4346bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 
     47bld::tool::fppflags::ppr_1d    %FPPFLAGS 
    4448 
    4549# Ignore the following dependencies 
  • utils/build/mk/bld_preproagr.cfg

    r13055 r13926  
    5151bld::excl_dep       use::nc4interface 
    5252bld::excl_dep       use::ioipsl 
     53bld::excl_dep        use::ppr_1d 
    5354bld::excl_dep       use::xios 
    5455bld::excl_dep        use::agrif_grids 
  • utils/build/mk/bldxag.cfg

    r9598 r13926  
    1515src::ioipsl               $MAIN_DIR/ext/IOIPSL/src 
    1616src::nemo                 $CONFIG_DIR/$NEW_CONF/WORK 
     17src::ppr_1d               $MAIN_DIR/ext/PPR/src 
    1718 
    1819bld::target nemo.exe 
     
    3637bld::pp::ioipsl   1 
    3738bld::pp::nemo     1 
     39bld::pp::ppr_1d   1 
    3840bld::tool::fppflags::nemo     %FPPFLAGS 
    3941bld::tool::fppflags::ioipsl   %FPPFLAGS 
     42bld::tool::fppflags::ppr_1d   %FPPFLAGS 
    4043 
    4144# Ignore the following dependencies 
Note: See TracChangeset for help on using the changeset viewer.