Skip to content

Commit 47112ee

Browse files
committed
document changes in pkg/cheapaml (setting of relaxation coefficient)
1 parent 6c9d182 commit 47112ee

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/tag-index

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
$Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.2357 2017/10/06 00:15:13 jmc Exp $
1+
$Header: /u/gcmpack/MITgcm/doc/tag-index,v 1.2358 2017/10/13 18:19:49 jmc Exp $
22
$Name: $
33

44
Notes on tags used in MITgcmUV
55
==============================
66

7+
o pkg/cheapaml: major changes to relaxation coefficient setting:
8+
- rename parameters cheapaml_taurelax & cheapaml_taurelaxocean (in days)
9+
to cheap_tauRelax & cheap_tauRelaxOce (now in seconds);
10+
- if using cheapMaskFile, set relaxation coeff to: cheapMask/tauRelax
11+
(instead of 1/cheapMask over ocean and 1/tauRelax over land);
12+
- with cheapMaskFile unset: set relaxation coeff according to land/ocean mask
13+
(unchanged) but skip increase near domain edges for periodic domain (in X
14+
or Y dir) when cheapamlX/Yperiodic=T ; also fix linear increase (over
15+
Cheapaml_mask_width grid points) of coeff towards domain edges (previously
16+
was increasing away from edges). Update output of experiment "cheapAML_box".
17+
o pkg/cheapaml:
18+
- move setting of (fixed in time) relaxation coefficient
19+
from cheapaml_init_varia.F to cheapaml_init_fixed.F
720
o pkg/exf:
821
- add specific forcing field for tides to feed model new geopotential anomaly
922
forcing, for now within #ifdef EXF_ALLOW_TIDES.

0 commit comments

Comments
 (0)