Version 4.4.5
SiqiLiOcean
released this
27 Jul 20:26
·
43 commits
to v4.4.5
since this release
Updates based on version 4.4.4
Output 'hyw' in the nesting files.
-- mod_nesting.F
Read 'inundation_cells'
-- mod_startup.F
Fixed the bug in mod_tvd.F that Anear_node and Bnear_node should be integers.
-- mod_tvd.F
Fixed the bug in mod_assim.F when using CHECK-ALL
-- mod_assim.F
Fixed the bug of TS-OIDA on calculating distances in Spherical Coordinate
-- mod_assim.F
Added NAN_CHECK option in NML_STARTUP, to check if there is NaN in elevation, velocity, temperature, and salinity every report time step.
-- fvcom.F
-- mod_main.F
-- mod_input.F
-- mod_report.F
Fixed the bug of wrong assignments with nf90_write_att
-- mod_station_timeseries.F
Fixed the bug of not showing error message when TS_ADJUST_METHOD (river) is missing
-- internal_step.F
-- adjust_ts.F
Allowed to use Cartesian Coordinate in meteorological forcing files.
-- mod_force.F
Fixed the checking on SSTGRD and SSSGRD. SSTGRD must be turned on together with SSSGRD.
-- mod_assim.F
Fixed the compiling bug with new version of mvapich2
-- makefile
Read nv from restart file by subset
-- mod_nctools.F
-- mod_input.F
Fixed the bug in TS OI assimilation of calculating searching radius.
-- mod_optimal_interpolation.F
Compatible with Metis version 5 and up.
-
Modified files
-- make.ice
-- makefile
-- makedepends
-- mod_par.F
-- mod_par_special.F -
New files
-- partition.c
Edit the following settings in the make.inc based on the version of Metis
- For old Metis:
PARLIB = -L/YOUR_METIS_PATH/lib -lmetis
PARTINCS =
PARTLIBS = - For Metis v5 and up:
FLAG_411 = -DMETIS_5
PARLIB =
PARTINCS = -I/YOUR_METIS_5_PATH/include
PARTLIBS = -I/YOUR_METIS_5_PATH/lib -lmetis