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.
#194 (LIM-2 damping option) – NEMO

Opened 16 years ago

Closed 13 years ago

Last modified 6 years ago

#194 closed Bug (fixed)

LIM-2 damping option

Reported by: gm Owned by: nemo
Priority: low Milestone:
Component: LIM2 Version: trunk
Severity: Keywords: LIM*
Cc:

Description

2 problemes

#1 Hard code calendar in limdmp.F90 (dta_lim routine) with mid-month assumed to be at 15 days the time interpolation is not correct ===>> use of daymod variables required

#2 Hard coded name of the data file: 'ice_damping_ATL4.nc' ===>> should be given by the namelist

SOLUTION for LIM-2 : use fldread for time interpolation of ice data read and add a namelist similar to nam_ssr (i.e. damping on sst and/or sss)

Commit History (1)

ChangesetAuthorTimeChangeLog
2377gm2010-11-12T10:58:10+01:00

v3.3beta: #194 use fldread in limdmp_2, add namice_dmp namelist

Attachments (3)

limdmp_2.F90 (8.5 KB) - added by molines 14 years ago.
limdmp_2 .F90 with modification for a clever use of fldread.
limdmp_2_gm.F90 (8.8 KB) - added by gm 14 years ago.
optimisation + warning add in ocean.output
namelist_ice_lim2 (9.8 KB) - added by gm 14 years ago.
associated namelist

Download all attachments as: .zip

Change History (7)

Changed 14 years ago by molines

limdmp_2 .F90 with modification for a clever use of fldread.

comment:1 Changed 14 years ago by molines

I have already coded this SOLUTION in the DRAKKAR code. I attach the limdmp_2.F90 file.
I have created a new namelist block in namelist_ice dedicated to damping.

I hope it helps

Cheers,
Jean-Marc

comment:2 Changed 14 years ago by gm

This helps a lot, thanks. We totally agree with these modifications.

Only a few changes (optimisation and addition of a warning print) have been made (see attachment: limdmp_2_gm.F90)

the associated namelist is also provided (see attachment: namelist_ice_lim2)

gurvan

Changed 14 years ago by gm

optimisation + warning add in ocean.output

Changed 14 years ago by gm

associated namelist

comment:3 Changed 13 years ago by gm

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

done in v3.3 beta see Changeset [2377] by gm

comment:4 Changed 6 years ago by nemo

  • Keywords LIM* added
Note: See TracTickets for help on using tickets.