Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleMake sure FULLPOS is off

 Related to the above, the shallow-water model does not use the FULLPOS part of the model for output (namelist NAMFPC) normally used when NCONF=1 (3D primitive equation model).

Make sure FULLPOS is off by setting:

Code Block
&NAMCT0

  

   LFPOS=false,

in the fort.4 namelist file.

 

 

...

Info
titleUndefined fields initialized to zero

 Make sure that all variables in the model are initialized to zero. The SW model can output fields that are not used.

...

To do this set the namelist variable:

Code Block
&NAMDIM
  NUNDEFLD=0,

...

Plotting

data is spectral

 

...