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.
#1517 (Internally Calculated Vertical Grid Spacing -- Print out and Doing inconsistent) – NEMO

Opened 9 years ago

Closed 7 years ago

#1517 closed Bug (wontfix)

Internally Calculated Vertical Grid Spacing -- Print out and Doing inconsistent

Reported by: sallen@… Owned by: nemo
Priority: lowest Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

NEMO-3.6 svn at r5072

domzgr.F90

If you want to have the code calculate the vertical grid spacing, you need to set

ppsur = 999999.
ppa0 = 999999.
ppa1 = 999999.

as 999999. is the value of pp_to_be_computed. However, the code writes out that it is calculating the vertical grid spacing if you set these values to 0 (but does not do anything). This can be fixed in domzgr.F90 by changing the 0._wp’s in this if statement to pp_to_be_computed.

IF( ppa1 == 0._wp .AND. ppa0 == 0._wp .AND. ppsur == 0._wp ) THEN

Commit History (0)

(No commits)

Change History (1)

comment:1 Changed 7 years ago by clevy

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.