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.
#1166 (Bug in Maketools) – NEMO

Opened 11 years ago

Closed 11 years ago

#1166 closed Bug (fixed)

Bug in Maketools

Reported by: rfurner Owned by: nemo
Priority: low Milestone:
Component: tools Version: v3.4
Severity: Keywords:
Cc:

Description

Fcheck_archfile.sh is called with a different number of arguments in maketools and makenemo.

./NEMOGCM/TOOLS/maketools:148:. ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm ${CMP_NAM} \| exit ./NEMOGCM/CONFIG/makenemo:319:. ${COMPIL_DIR}/Fcheck_archfile.sh arch_nemo.fcm cpp.fcm ${CMP_NAM} \| exit

The comments in Fcheck_archfile.sh imply it needs 2 args but it actually requires 3, meaning makenemo works but maketools doesn't.

Commit History (1)

ChangesetAuthorTimeChangeLog
4119smasson2013-10-23T23:02:09+02:00

trunk: bugfix for maketools, see #1166

Change History (1)

comment:1 Changed 11 years ago by smasson

  • Resolution set to fixed
  • Status changed from new to closed

this bug was introduced in r3922, see #1117
correction was done in r4119

Note: See TracTickets for help on using tickets.