-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add netCDF PIO capability for restarts and run-time history for dev/ufs-weather-model #1303
base: dev/ufs-weather-model
Are you sure you want to change the base?
Add netCDF PIO capability for restarts and run-time history for dev/ufs-weather-model #1303
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31d7f36 - Browse repository at this point
Copy the full SHA 31d7f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe584a - Browse repository at this point
Copy the full SHA 0fe584aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 099645b - Browse repository at this point
Copy the full SHA 099645bView commit details -
rework order to enable PIO initialization
* remove wav_grdout routine, now moved into wav_history_mod
Configuration menu - View commit details
-
Copy full SHA for c7a9ee3 - Browse repository at this point
Copy the full SHA c7a9ee3View commit details -
clean up w3iors, ascii and config variables
* remove more cap stuff from w3iorsmd. only ww3 native filenaming is possible w/ binary restarts * remove ifdef w3_ascii from w3wavemd, since the ascii commit is not yet present in mesh cap branch * clean up config variable logic for filenaming
Configuration menu - View commit details
-
Copy full SHA for 0ece778 - Browse repository at this point
Copy the full SHA 0ece778View commit details -
prevent mpi_startalls if restartnc is active
* nrqrs can be non-zero if also using the restart from binary option
Configuration menu - View commit details
-
Copy full SHA for efd5774 - Browse repository at this point
Copy the full SHA efd5774View commit details
Commits on Aug 29, 2024
-
* flpart needs to be set for either historync or not
Configuration menu - View commit details
-
Copy full SHA for 3b038ff - Browse repository at this point
Copy the full SHA 3b038ffView commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e32b5f - Browse repository at this point
Copy the full SHA 6e32b5fView commit details
Commits on Aug 31, 2024
-
update nc block location, add log messages
* move restart and history nc blocks outside of ww3 time testing block. * add log print messages for reading and writing restarts
Configuration menu - View commit details
-
Copy full SHA for 9976c4d - Browse repository at this point
Copy the full SHA 9976c4dView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32c5f25 - Browse repository at this point
Copy the full SHA 32c5f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edfbc6 - Browse repository at this point
Copy the full SHA 4edfbc6View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fbeb83e - Browse repository at this point
Copy the full SHA fbeb83eView commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5aedf8c - Browse repository at this point
Copy the full SHA 5aedf8cView commit details
Commits on Sep 6, 2024
-
fixes for logs and wav_history
* get logging working correctly for ufs * fix noclobber variable and file name in wav_history * clarify some comments
Configuration menu - View commit details
-
Copy full SHA for 4f62341 - Browse repository at this point
Copy the full SHA 4f62341View commit details
Commits on Sep 9, 2024
-
resolve issue for binary history files
* make binary history files match when restartnc=true * rework wav_restart_mod, which originally was designed to be able to read and write restarts for testing purposes from inside wav_comp_nuopc.
Configuration menu - View commit details
-
Copy full SHA for 553f1b1 - Browse repository at this point
Copy the full SHA 553f1b1View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d0f170 - Browse repository at this point
Copy the full SHA 8d0f170View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9cb49d1 - Browse repository at this point
Copy the full SHA 9cb49d1View commit details
Commits on Sep 16, 2024
-
* verboselog is true by default, but can be set false by config * the header text for ww3 logging as it steps through time is now turned off in w3init and placed into the mesh cap. this allows the mesh cap to order the logging correctly
Configuration menu - View commit details
-
Copy full SHA for 4674dae - Browse repository at this point
Copy the full SHA 4674daeView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c43376 - Browse repository at this point
Copy the full SHA 7c43376View commit details
Commits on Sep 21, 2024
-
resolve issue w/ nml for extra fields
* move block where addrstflds was set to before call to w3init since restarts are read in w3init * ensure that if nml file lacks a specification of extra fields, the default value of "unset" will not be returned as a field name
Configuration menu - View commit details
-
Copy full SHA for f9531d0 - Browse repository at this point
Copy the full SHA f9531d0View commit details
Commits on Sep 22, 2024
-
add generic read/write for added restart fields
* only ice is added for now * tab cleanup in w3grid
Configuration menu - View commit details
-
Copy full SHA for ad51cd6 - Browse repository at this point
Copy the full SHA ad51cd6View commit details
Commits on Sep 23, 2024
-
fix generic read/write in wav_restart
* need to send explicit array bounds for ice array since it is 0:nsea * all baselines b4b against f9531d0
Configuration menu - View commit details
-
Copy full SHA for d92e9ff - Browse repository at this point
Copy the full SHA d92e9ffView commit details
Commits on Sep 26, 2024
-
* intialize floutg and floutg2 which are can be unintialized when waves are in slow loop and historync is true
Configuration menu - View commit details
-
Copy full SHA for e0134de - Browse repository at this point
Copy the full SHA e0134deView commit details
Commits on Oct 1, 2024
-
replace statically allocated arrays to reduce memory
* local arrays dimension nx or greater are locally allocated * deallocations added, even though not required for user clarity
Configuration menu - View commit details
-
Copy full SHA for 6465186 - Browse repository at this point
Copy the full SHA 6465186View commit details
Commits on Oct 2, 2024
-
Merge remote-tracking branch 'origin/feature/reducememuse_triamd' int…
…o feature/pio4ww3
Configuration menu - View commit details
-
Copy full SHA for e556ea8 - Browse repository at this point
Copy the full SHA e556ea8View commit details -
in wav_restart, make arrays allocatable
* global_input and _output can be allocatable
Configuration menu - View commit details
-
Copy full SHA for 008272c - Browse repository at this point
Copy the full SHA 008272cView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b0f44c - Browse repository at this point
Copy the full SHA 9b0f44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e690219 - Browse repository at this point
Copy the full SHA e690219View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91f1111 - Browse repository at this point
Copy the full SHA 91f1111View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25510f - Browse repository at this point
Copy the full SHA c25510fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7e41c - Browse repository at this point
Copy the full SHA cc7e41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b3d90 - Browse repository at this point
Copy the full SHA 39b3d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dfa4a8 - Browse repository at this point
Copy the full SHA 6dfa4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b148d - Browse repository at this point
Copy the full SHA 28b148dView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd26c2a - Browse repository at this point
Copy the full SHA bd26c2aView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4819e55 - Browse repository at this point
Copy the full SHA 4819e55View commit details -
add error checks for dimensions in restart file
* tested by using nco to alter the nth,nk values in a restart file. The model correctly aborted after finding nth did not match the expected value
Configuration menu - View commit details
-
Copy full SHA for 6f28c27 - Browse repository at this point
Copy the full SHA 6f28c27View commit details
Commits on Oct 22, 2024
-
fix deallocation issue when dbug_flag>5
* delay the deallocation of gindex arrays until after the diagnose_mesh routine is called. This only impacts cases where dbug_flag>5, compiled with gnu+debug
Configuration menu - View commit details
-
Copy full SHA for 06c2099 - Browse repository at this point
Copy the full SHA 06c2099View commit details