forked from scale-met/scale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
375 lines (339 loc) · 14.5 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
= Release History
== 2024-12-25 (5.5.4)
* Bug fixes:
* Fixed omissions in the OpenMP private directive clause
* Changs
* Changed compile options for Intel compiler
== 2024-09-11 (5.5.3)
* Bug fixes:
* Fixed undefined references for the options in the Tomita08 scheme
* Fixed potential out-of-bounds array references
== 2024-06-13 (5.5.2)
* Bug fixes:
* Corrected an error in the calculation of the viscosity term in the DNS scheme
* Corrected an error in the calculation of the equivalent potential temperature
* Corrected time units in GrADS control file output by SNO
* Fixed an error when the lsmask data is not given in the GrADS real input
* Fixed an issue that time information output by the profiler was sometimes incorrect
* Fixed refernces to undefined value
* Resolved a problem with overflow errors in integers when the input GrADS file size is large
* Changes
* Added a new compile option for legacy MPI compilers: SCALE_COMPAT_MPI
== 2024-04-10 (5.5.1)
* Bug fixes:
* Fixed the mkinit for the baroclinic wave test case
* Fixed a compile error for some version of GNU compiler
* Changes
* Change default setting for MPI for FUJITSU compiler
* Updates:
* Updated the user guide
== 2024-03-21 (5.5.0)
* Changes
* Unified NetCDF file input module for the real input
* Default use of domain center as the standard latitude for Mercator and equidistant cylindrical projections
* Eliminated need to give the latlon catalog file
* Eliminated need to give time information for boundary data
* Eliminated need to give parent domain process information for offline nesting
* Updated the namelist file and conversion script for the latest FNL data
* Changed format of timer information in LOG file
* Support newer version of GNU compiler
* Addition and removal of several sysdef files
* New features
* Added several options to the Tomita08 scheme
* Added several options to the SN14 scheme
* Added several options to the MYNN scheme
* 2D parameters are available in the Kusaka01 scheme
* User-defined calendar can be used
* Added ability to output time min/max data to history file
* Allowed relative paths to be set for bulk job
* Tutorial simulations now support GPU computers
* Supported one-sided MPI communication
* Improvements:
* Improved iterations in the land and urban models
* Improved numerical stability for the MYNN level 3 scheme
* Improved handling of thermodynamical quantities in the KF scheme
* Improved momentum flux calculation in the Kusaka01 scheme
* Reduce memory usage in the real input
* Optimization for the Fugaku supercomputer
* Optimization of the SUZUKI10 scheme
* Bug fixes:
* Fixed some bugs in SNO
* Fixed many other bugs
== 2022-03-18 (5.4.5)
* Bug fixes:
* Fix precipitation calculation for energy conservation
* Fix the grid nudging for REAL-type boundary
* Fix a stalling problem at single file output
* Fix for the newer versions of GNU compiler
* Changes:
* update sysdep files for FUGAKU
== 2021-07-30 (5.4.4)
* Bug fix:
* Fix a bug in the SN14 scheme (thanks to @slayoo)
== 2021-03-03 (5.4.3)
* Bug fixes:
* Fix wrong OpenMP directives
* Fix out-of-array reference in the vertical interpolation
* Fix incorrect calculation of the vertical divergence
* Fix the horizontal interpolation of zonally cyclic data
* Update the sysdef files for FUGAKU
== 2020-11-27 (5.4.2)
* Bug fixes:
* Fix a bug in the SNO to output topo and lsmask from pp files.
* Fix bugs for single precision calculation
* Fix wrong openmp directives
* Fix wrong number density of the hydrometeors in the real input
* Change the calculation of the optical parameters in the mstrnX to avoid extrapolation
== 2020-10-22 (5.4.1)
* Bug fixes:
* Fix incorrect changes in surface temperature when ATMOS_PHY_SF_TYPE is CONST.
* Fix a problem with different results in restart runs
* Fix a bug in SNO
* Fix a bug in the UD7 and CD8 flux schemes
* Fix undefined references
* Changes
* Change some options for the FUGAKU supercomputer
== 2020-09-25 (5.4.0)
* Changes:
* Change the configuration parameters of the KUSAKA model
* Change the configuration parameters of the KF scheme
* Change the configuration parameters for the Coriolis parameter
* Change the configuration parameters for topography
* Change the configuration parameters for GrADS input
* Change the configuration parameter for the depth of the slab ocean
* New features:
* Add the SATO2019 lightning scheme (experimental)
* Add a grid and spectral nudging
* Add a seven-step RK scheme
* Add sysdep files for LinuxARM, FUGAKU, OBCX, and NIESSX computers
* Add the bi-linear interpolation to the real input and online nesting
* Support freezing of soil moisture
* Enable two-dimensional calculation
* Enable to output the Obukhov length and scales to history output
* Enable to use of all even orders for the numerical filter
* Enable to interpolate to the pressure coordinate in SNO
* Enable to use a different map projection than the parent domain for the SCALE offline nesting
* Improvements:
* Change ocean and land calculations for better conservation of the total energy
* Change calculation of the hydrostatic pressure
* Change calculation of initial state in the real input
* Bug fixes:
* Fix bug in the SUZUKI10 scheme
* Fix some bugs in SNO
* Fix some bugs in the KF scheme
* Fix some bugs in the NYNN scheme
== 2020-04-17 (5.3.6)
* Bug fixes:
* Fix wrong calculation of T2 and Q2
* Fix wrong array index in the precipitation scheme
* Fix wrong a coefficient of the universal function in the bulkflux scheme
* Fix some bugs in the MYNN scheme
* Fix MPI error in SNO
* Fix negative fixer to conserve moist internal energy
* Fix for positive definite in the KF scheme
* Fix potential floating overflow in the TOMITA08 scheme
* Fix bug in storing history variables in the TOMITA08 scheme
* Fix wrong configuration for the WK1982 test case
* Improvements:
* Change calculation of MSLP
* Change to avoid floating point exception with Intel compiler
== 2019-12-23 (5.3.5)
* Bug fixes:
* Fix wrong local time in the urban model
* Fix wrong land use factor
== 2019-11-13 (5.3.4)
* Bug fixes:
* Fix unexpected decrease of the soil temperature with snow precipitation
* Fix unexpected decrease of the urban temperature with evaporation
* Fix wrong the TKE production at the bottom layer in the MYNN scheme
* Fix some problems with the intel compiler
* Fix some problems with the recent FNL data in the real init process
* Fix the wrong wind direction in the tutorial real case
== 2019-02-06 (5.3.3)
* Bug fix:
* Fix the breakup of the rain in the SN14 scheme
== 2018-12-18 (5.3.2)
* Bug fixes:
* Fix wrong layer depth in the KF scheme
* Fix some bugs related to the map factor
* Fix some problems in the real init with a certain condition
== 2018-10-15 (5.3.1)
* Bug fixes:
* Fix the vapor flux at the surface
* Fix wrong heat capacity in the KF scheme
* Fix wrong roughness length in the B91W01
* Fix potential segmentation error in the real init
== 2018-10-03 (5.3.0)
* Changes:
* Change the ocean grid to have the vertical dimension
* Change several namelist parameter names; provide a configure converter
* Change the smoothing filter for the topography
* Change internal structure
* Change the radiation flux category from short and long waves to IR, near-IR and visible.
* Change the category of the planetary boundary layer scheme from TB to BL
* Increase grid size of the variables at the staggered point in the netcdf file.
* Add several attributes into the netcdf file.
* Add some examples for analysis using SCALE library
* New features:
* Add a new post-process tool: SNO
* Add several prognostic variables to history output
* Add the RN222 scheme
* Add ideal 360- and 365-day calendars
* Add a semi-Lagrangian precipitation scheme
* Add a sea ice scheme
* Enable to nudge the ocean and land variables
* Enable to use rotated domain
* Enable to control solarins for ideal experiments
* Enable to set the Coriolis parameter for ideal experiments
* Enable to split the history output into multiple files for the time dimension
* Enable to split external input files for the time dimension
* Improvements:
* Change for the better initial states especially near the surface
* Reduce memory usage in the initial process
* Change error message to more user friendly
* Bug fixes:
* Fix wrong check of domain size for the nest setting
* Fix a bugs in the SMG scheme related to the terrain-following coordinate
* Many minor bug fixes
== 2018-09-07 (5.2.6)
* Bug fix:
* Fix wrong flux of tracers at the lateral boundaries
== 2017-12-21 (5.2.5)
* Bug fixes:
* Fix the surface precipitation flux to include that calculated by the cumulus parameterization
* Add some parameters of NAMELIST groups to the list of the reference which is missed in the list
* Fix a bug in the initialization process of SCALE-GM
* Fix a bug in unit for the time in the ico2ll
* Change default value of "Z_LEV_TYPE" of the net2g from "plev" to "original"
== 2017-12-11 (5.2.4)
* Bug fixes:
* Fix bugs in calculation of the cloud fraction and effective radius in the Suzuki10 scheme
* Fix a bug in checking domain size
* Fix wrong axes in file: LCDZ, UCDZ
* Fix an error in generating reference manual
== 2017-11-17 (5.2.3)
* Bug fixes:
* Fix the nudging at the lateral boundary region with the SN14 and Suzuki10 schemes
* Fix the CP scheme in the case with the SN14 scheme
* Fix the online nesting in the case using the Tomita08 and SN14 scheme in the parent and daughter domains, respectively
== 2017-11-08 (5.2.2)
* Bug fixes:
* Fix wrong loop range in the SUZUKI10 bin microphysics scheme
* Fix wrong soil water content in the init process with the WRF file
* Fix wrong density in the init process with the SCALE file
* Fix the grib2grads converter for MacOS
== 2017-08-16 (5.2.1)
* Change:
* Change the netcdf checker for Cent OS and Fedora
* Bug fixes:
* Fix the friction velocity in the MYNN scheme
* Fix a sign of the convective velocity scale in the B91W01 scheme
* Fix unit of the time dimension in the history file
* Fix spurious land fraction
* Fix wrong soil water at the bottom land layer
== 2017-07-19 (5.2.0)
* Changes:
* Add prefix of 'SCALE_' to all the environmental variable names
* Change namelist parameters for the nesting
* Change namelist parameters for the horizontal eddy viscosity
* Change name of the TKEs in the turbulent schemes for outputs
* Split the Rayleigh damping at upper layer from nudging in the buffer region
* New features:
* Enable to give external radiation forcing
* Add Thick-SLAB land surface scheme
* Add new options for the Tomita08 scheme
* Enable to set the number of grids in global domain
* Enable to set buffer size with the number of grids
* Enable to output complete namelist parameter sets to a file separately from the log file
* Support single file I/O with PnetCDF (requires PnetCDF >= 1.7.0)
* Enable to output history data with pressure and height coordinates
* Add options for restart file name
* Support converter for FNL data with grib2 format for the real init
* Support different grid points for atmosphere, land and ocean data for the real init
* Provide English User Guide
* Improvements:
* Update table for radiational data
* Improve spatial interpolation
* Implore numerical stability for steep terrains
* Bug fixes:
* Fix bugs in the partial condensation in the MYNN scheme
* Fix several bugs in the KF scheme
* Fix wrong Prandtle number for stable case in the B91W01 scheme
* Many minor bug fixes
== 2017-06-16 (5.1.5)
* Bug fix:
* Fix wrong land fraction when GLCCv2 data is used
== 2017-06-13 (5.1.4)
* Bug fix:
* Fix wrong cloud fraction of the Tomita08 scheme
== 2017-05-31 (5.1.3)
* Bug fix:
* Fix wrong gamma function
== 2017-02-07 (5.1.2)
* Bug fix:
* Fix wrong metric for the terrain-following coordinate
== 2016-11-08 (5.1.1)
* Bug fixes:
* Fix wrong tendency of the density
* Fix wrong sign of the metric terms
* Fix invalid value of some monitor variables
== 2016-09-05 (5.1.0)
* Changes:
* Change the tutorial test cases
* Update documents
* New features:
* Add the Kain and Fritsch (1990) cumulus parameterization (experimental)
* Provide the script to prepare the configurations for real atmospheric experiments
* Improvements:
* Improve netCDF I/O handling
* Bug fixes:
* Fix bug in the Suzuki10 scheme
* Fix treatment the boundary data for restart experiment
* Fix handling for cyclic outer data
== 2016-08-04 (5.0.1)
* Bug fixes:
* Fix wrong dependency for making SCALE-GM
== 2016-07-05 (5.0.0)
* Changes:
* Change name SCALE-LES to SCALE-RM (also name of binary)
* Change time format of restart file name (yyyymmdd-hhmmss.mmm)
* New features:
* Enable to select schemes for advection flux (CD2, UD3, UD3Koren1993, CD4, UD5, CD6; default is changed)
* Enable to select schemes for time step (RK3, RK3WS2002, RK4; default is changed)
* Enable to real temporally varied sea surface temperature data
* Enable to integrate with tendencies of physical processes without advection
* Enable to output clear-sky radiation flux
* Add the Deardroff (1980) scheme for SGS turbulence
* Add the Kajino (2013) scheme for aerosol microphysics (experimental)
* Enable to use multiple data sources for topography and land use
* Enable to put barrier at call of the rap time routine
* Improvements:
* change algorithm of local filter in smoothing topography
* Bug fixes:
* Fix wrong calculation of internal energy
* Fix negative fixer in the Tomita08 scheme
== 2016-04-15 (0.3.3)
* Critical bug fix:
* Fix a bug in the divergence dumping
* Bug fix:
* Fix possible zero division in the MSTRN-X scheme
== 2016-02-02 (0.3.1)
* Critical bug fix:
* Fix a bug in the Suzuki10 scheme used with the MSTRN-X scheme
* Bug fix:
* Fix wrong liquid water content in calculation of the hydrostatic profile in the real init
== 2016-01-22 (0.3.0)
* New features:
* Enable to change parameters of the Tomita08 scheme
* Enable to output some statistics (CAPE, CIN, PBL height, etc)
* Enable to skip arbitrary temporal steps in files in the init program for real case
* Enable to use the eddy viscosity in the RANS mode
* Add a terminator by wall clock time
* Add a CFL checker
* Improvements:
* Improve the init program for real case
* Optimize the Tomita08 scheme for better computational performance
* Bug fixes:
* Fix bugs in the single precision calculation
* Correct the description document
* Correct the users guide