Skip to content

Commit

Permalink
Bugfix trnc (#260)
Browse files Browse the repository at this point in the history
* Added boundary checks to the SMC grid input files for ww3_grid,
to ensure they comply with the limits of the nameslist.

* Fb 360 calendar (#8)

Changes to add support to 360-day and 365-day (no leap year) calendar - see ticket #209
  * Additional CALTYPE namelist parameter in MISC section
  * New ww3_tc1 regtest.

* RTD support for ww3_boun[dc] (#10)

* Updated ww3_bound and ww3_bounc to handle model grids formulated on a rotated pole.
* Manual and nml/inp files to updated clarify that ww3_bound/ww3_bounc only accept input spectra formulated on a standard pole grid.

* Fb coupling time (#9)

Updates to allow a coupling time step that is different from the model time step. 
* Includes new regtest (in ww3_tp2.14) for non-default oasis time step.
* ww3_tp2.14 regtest added to matrix.base.

* bug fix for ukmet development

* see issue #245

this is a bug introduced with the last PR from UKMO
ukmo-waves#8: 360 day climate calendar

in ww3_trnc.ftn
END CASE
should be replaced by
END SELECT

Co-authored-by: lewis.sampson <[email protected]>
Co-authored-by: Juan Manuel Castillo Sanchez <[email protected]>
Co-authored-by: Chris Bunney <[email protected]>
  • Loading branch information
4 people authored Oct 20, 2020
1 parent 9c22b13 commit 993a431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/ftn/ww3_trnc.ftn
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
IRET=NF90_PUT_ATT(NCID,VARID(1),'long_name','time in 365 day calendar')
CASE ('standard')
IRET=NF90_PUT_ATT(NCID,VARID(1),'long_name','julian day (UT)')
END CASE
END SELECT
IRET=NF90_PUT_ATT(NCID,VARID(1),'standard_name','time')
IRET=NF90_PUT_ATT(NCID,VARID(1),'units','days since 1990-01-01 00:00:00')
IRET=NF90_PUT_ATT(NCID,VARID(1),'conventions', &
Expand Down

0 comments on commit 993a431

Please sign in to comment.