Changeset 13939
- Timestamp:
- 2020-12-01T15:34:42+01:00 (4 years ago)
- 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 # definePPR_LIB /* USE PPR library */1 #undef PPR_LIB /* USE PPR library */ 2 2 MODULE vremap 3 3 !$AGRIF_DO_NOT_TREAT -
utils/build/mk/bld.cfg
r13926 r13939 16 16 src::agrif $MAIN_DIR/ext/AGRIF/AGRIF_FILES 17 17 src::nemo $CONFIG_DIR/$NEW_CONF/NEMOFILES/obj 18 src::ppr_1d $MAIN_DIR/ext/PPR/src19 18 20 19 … … 41 40 bld::pp::nemo 1 42 41 bld::pp::agrif 1 43 bld::pp::ppr_1d 144 42 bld::tool::fppflags::nemo %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/NEMOFILES/inc 45 43 bld::tool::fppflags::ioipsl %FPPFLAGS 46 44 bld::tool::fppflags::agrif %FPPFLAGS -include ${MAIN_DIR}/ext/AGRIF/nemo_mpi.h 47 bld::tool::fppflags::ppr_1d %FPPFLAGS48 45 49 46 # Ignore the following dependencies -
utils/build/mk/bld_preproagr.cfg
r13926 r13939 21 21 bld::tool::fc_compile 22 22 bld::tool::fc_include 23 bld::tool::fc $COMPIL_DIR/agrifpp.sh ${NEMO_TDIR}23 bld::tool::fc $COMPIL_DIR/agrifpp.sh 24 24 bld::tool::fflags 25 25 bld::tool::ld … … 51 51 bld::excl_dep use::nc4interface 52 52 bld::excl_dep use::ioipsl 53 bld::excl_dep use::ppr_1d54 53 bld::excl_dep use::xios 55 54 bld::excl_dep use::agrif_grids -
utils/build/mk/bldxag.cfg
r13926 r13939 15 15 src::ioipsl $MAIN_DIR/ext/IOIPSL/src 16 16 src::nemo $CONFIG_DIR/$NEW_CONF/WORK 17 src::ppr_1d $MAIN_DIR/ext/PPR/src18 17 19 18 bld::target nemo.exe … … 37 36 bld::pp::ioipsl 1 38 37 bld::pp::nemo 1 39 bld::pp::ppr_1d 140 38 bld::tool::fppflags::nemo %FPPFLAGS 41 39 bld::tool::fppflags::ioipsl %FPPFLAGS 42 bld::tool::fppflags::ppr_1d %FPPFLAGS43 40 44 41 # Ignore the following dependencies
Note: See TracChangeset
for help on using the changeset viewer.