- Timestamp:
- 2018-06-08T14:00:10+02:00 (6 years ago)
- Location:
- utils/tools/NESTING
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/tools/NESTING/nordic1
r9694 r9768 14 14 smoothing = true 15 15 smoothing_factor = 0.6 16 npt_connect = 1! default = 317 npt_copy = 1! default = 216 npt_connect = 2 ! default = 3 17 npt_copy = 2 ! default = 2 18 18 removeclosedseas = true 19 type_bathy_interp = 219 type_bathy_interp = 0 20 20 rn_hmin = -3 21 21 / 22 22 23 23 &nesting 24 imin = 12 425 imax = 15 526 jmin = 11 227 jmax = 14 524 imin = 122 25 imax = 153 26 jmin = 110 27 jmax = 143 28 28 rho = 4 29 29 rhot = 4 … … 65 65 'data_1m_potential_temperature_nomask.nc', 66 66 'geothermal_heating.nc' 67 'mixing_power_bot.nc',68 'mixing_power_pyc.nc',69 'mixing_power_cri.nc',70 67 'chlorophyll.nc' 71 ! 'river.orca.nc ', ! needed for Pisces72 ! 'ndeposition.orca.nc', ! needed for Pisces73 ! 'dust.orca.nc', ! needed for Pisces74 ! 'bathy.orca.nc' ! needed for Pisces75 68 / 76 69 … … 80 73 'vosaline/bilinear', 81 74 'heatflow/bilinear' 82 'field/bilinear',83 'field/bilinear',84 'field/bilinear',85 75 'CHLA/bilinear' 86 ! 'dust/bilinear',87 ! 'riverdic/bilinear',88 ! 'riverpoc/bilinear',89 ! 'riverdoc/bilinear',90 ! 'nedep/bilinear',91 ! 'bathy/bilinear'92 76 / 93 77 -
utils/tools/NESTING/nordic1_update
r9747 r9768 14 14 smoothing = true 15 15 smoothing_factor = 0.6 16 npt_connect = 117 npt_copy = 116 npt_connect = 2 17 npt_copy = 2 18 18 removeclosedseas = true 19 19 type_bathy_interp = 2 … … 22 22 23 23 &nesting 24 imin = 12 425 imax = 15 526 jmin = 11 227 jmax = 14 524 imin = 122 25 imax = 153 26 jmin = 110 27 jmax = 143 28 28 rho = 4 29 29 rhot = 4 … … 65 65 'data_1m_potential_temperature_nomask.nc', 66 66 'geothermal_heating.nc' 67 'mixing_power_bot.nc',68 'mixing_power_pyc.nc',69 'mixing_power_cri.nc',70 67 'chlorophyll.nc' 71 ! 'river.orca.nc ', ! needed for Pisces72 ! 'ndeposition.orca.nc', ! needed for Pisces73 ! 'dust.orca.nc', ! needed for Pisces74 ! 'bathy.orca.nc' ! needed for Pisces75 68 / 76 69 … … 80 73 'vosaline/bilinear', 81 74 'heatflow/bilinear' 82 'field/bilinear',83 'field/bilinear',84 'field/bilinear',85 75 'CHLA/bilinear' 86 ! 'dust/bilinear',87 ! 'riverdic/bilinear',88 ! 'riverpoc/bilinear',89 ! 'riverdoc/bilinear',90 ! 'nedep/bilinear',91 ! 'bathy/bilinear'92 76 / 93 77 -
utils/tools/NESTING/nordic2
r9694 r9768 14 14 smoothing = true 15 15 smoothing_factor = 0.6 16 npt_connect = 117 npt_copy = 116 npt_connect = 2 17 npt_copy = 2 18 18 removeclosedseas = true 19 type_bathy_interp = 219 type_bathy_interp = 0 20 20 rn_hmin = -3 21 21 / … … 65 65 '1_data_1m_potential_temperature_nomask.nc', 66 66 '1_geothermal_heating.nc' 67 '1_mixing_power_bot.nc',68 '1_mixing_power_pyc.nc',69 '1_mixing_power_cri.nc',70 67 '1_chlorophyll.nc' 71 ! 'river.orca.nc ', ! needed for Pisces72 ! 'ndeposition.orca.nc', ! needed for Pisces73 ! 'dust.orca.nc', ! needed for Pisces74 ! 'bathy.orca.nc' ! needed for Pisces75 68 / 76 69 … … 80 73 'vosaline/bilinear', 81 74 'heatflow/bilinear' 82 'field/bilinear',83 'field/bilinear',84 'field/bilinear',85 75 'CHLA/bilinear' 86 ! 'dust/bilinear',87 ! 'riverdic/bilinear',88 ! 'riverpoc/bilinear',89 ! 'riverdoc/bilinear',90 ! 'nedep/bilinear',91 ! 'bathy/bilinear'92 76 / 93 77 -
utils/tools/NESTING/src/agrif_types.f90
r9694 r9768 43 43 INTEGER irafx,irafy 44 44 INTEGER nxfin,nyfin 45 INTEGER, PARAMETER :: nbghostcellsfine = 145 INTEGER, PARAMETER :: nbghostcellsfine = 3 46 46 INTEGER, PARAMETER :: nbghostcellscoarse = 1 47 47 !
Note: See TracChangeset
for help on using the changeset viewer.