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.
#1095 (Bugfixes for the ORCA2_SAS_LIM configuration) – NEMO

Opened 11 years ago

Closed 11 years ago

#1095 closed Bug (fixed)

Bugfixes for the ORCA2_SAS_LIM configuration

Reported by: clevy Owned by: clevy
Priority: low Milestone:
Component: OCE Version: v3.6
Severity: Keywords:
Cc:

Description

Changes in source files:

SAS_SRC/sbcssm.F90: add initialisation of ierr3 to avoid fake E R R O R in ocean.output

SAS_SRC/nemogcm.F90: add missing ALLOCATE in SAS for snwice_mass(jpi,jpj) , snwice_mass_b(jpi,jpj), snwice_fmass(jpi,jpj)

Commit History (1)

ChangesetAuthorTimeChangeLog
3903clevy2013-05-17T17:09:19+02:00

Bugfix for ORCA2_SAS_LIM reference configuration, see ticket#1095

Change History (1)

comment:1 Changed 11 years ago by clevy

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

Concerning the changes in SAS_SRC/nemogcm.F90, I'm pretty sure those are needed, but not convinced its the most elegant way to do it: in the "full" NEMO configuration, these arrays are allocated in oce_alloc with all the others that we dont want in SAS. So that I have chosen to add "by hand" the allocation in the specific nemo_alloc for SAS.

Note: See TracTickets for help on using tickets.