Changeset 10084
- Timestamp:
- 2018-09-05T11:31:24+02:00 (6 years ago)
- Files:
-
- 12 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/tools_AGRIF_CMEMS_2020/maketools
r9598 r10084 164 164 #- 165 165 #- Compile --- 166 167 166 if [ "${NBR_PRC}" -gt 0 ]; then 168 167 cd ${NEMO_TDIR}/${NEW_CONF} || cd - 169 168 169 if [ "${NEW_CONF}" == NESTING_AGRIF ]; then 170 AGRIFUSE=1 171 . ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 3 172 fcm build --ignore-lock -j 1 ${COMPIL_DIR}/bld_preproagr_tools.cfg #||{ cd - ; exit 1 ;} 173 fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_nesting.cfg || cd - 174 else 170 175 fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_tools.cfg || cd - 176 fi 177 171 178 if [ -n "$(ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe)" ]; then 172 179 for i in `ls ${NEMO_TDIR}/${NEW_CONF}/BLD/bin/*.exe` -
vendors/AGRIF/CMEMS_2020/AGRIF_FILES/modutil.F90
r5656 r10084 32 32 use Agrif_BcFunction 33 33 use Agrif_seq 34 use Agrif_Link 34 35 ! 35 36 implicit none … … 587 588 #ifdef AGRIF_MPI 588 589 else 589 #endif590 590 ! Continue only if the grid has defined sequences of child integrations. 591 591 if ( .not. associated(save_grid % child_seq) ) return … … 610 610 ! 611 611 enddo 612 #ifdef AGRIF_MPI613 612 endif 614 613 #endif
Note: See TracChangeset
for help on using the changeset viewer.