You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
list_quantities= ['waterlevelbnd','salinitybnd','temperaturebnd','uxuyadvectionvelocitybnd'] # when supplying two waterlevelbnds to FM (tide and steric) with other quantities in between, dimrset>=2.24.00 is required or else "ERROR : update_ghostboundvals: not all ghost boundary flowlinks are being updated" is raised (https://issuetracker.deltares.nl/browse/UNST-7011). Two waterlevelbnds need to share same physical plifile in order to be appended (https://issuetracker.deltares.nl/browse/UNST-5320).
does not work. It raises ValueError: 30 of requested pli points are out of bounds (valid longitude range -68.5 to -67.75, valid latitude range 11.75 to 12.75)
TODO:
increase spatial buffer in download_CMEMS, e.g. no3 dataset has resolution of 1/4 degree while thetao has 1/12 degree (for both reanalysis as forecast).
in dfmt.modelbuilde.cmems_nc_to_bc() there is a unnecessary replace for tide, remove this
update modelbuilder example script and notebook to contain also waq example
return available keys in conversion_dict if incorrect key is supplied
Merely adding
no3
todfm_tools/tests/examples_workinprogress/workinprogress_modelbuilder.py
Line 132 in d3bcc0b
tracerbndNO3
todfm_tools/tests/examples_workinprogress/workinprogress_modelbuilder.py
Line 139 in d3bcc0b
ValueError: 30 of requested pli points are out of bounds (valid longitude range -68.5 to -67.75, valid latitude range 11.75 to 12.75)
TODO:
dfmt.modelbuilde.cmems_nc_to_bc()
there is a unnecessary replace for tide, remove thisconversion_dict
if incorrect key is suppliedFollow up: #602
The text was updated successfully, but these errors were encountered: