[MITgcm-cvs] MITgcm/pkg/cheapaml CVS Commit

Jean-Michel Campin jmc at forge.csail.mit.edu
Fri Oct 13 13:48:03 EDT 2017


Update of /u/gcmpack/MITgcm/pkg/cheapaml
In directory forge:/tmp/cvs-serv23727

Modified Files:
	cheapaml_init_fixed.F 
Log Message:
major changes to relaxation coefficient setting:
- rename parameters cheapaml_taurelax & cheapaml_taurelaxocean (in days)
  to cheap_tauRelax & cheap_tauRelaxOce (now in seconds);
- if using cheapMaskFile, set relaxation coeff to: cheapMask/tauRelax
  (instead of 1/cheapMask over ocean and 1/tauRelax over land);
- with cheapMaskFile unset: set relaxation coeff according to land/ocean mask
  (unchanged) but skip increase near domain edges for periodic domain (in X
  or Y dir) when cheapamlX/Yperiodic=T ; also fix linear increase (over
  Cheapaml_mask_width grid points) of coeff towards domain edges (previously
  was increasing away from edges). Update output of experiment "cheapAML_box".
Leave old code under #ifdef CHEAPAML_OLD_MASK_SETTING / #endif




More information about the MITgcm-cvs mailing list