Skip to content

CI: Create a Cygwin workflow#5

Open
DWesl wants to merge 12 commits intomasterfrom
cygwin-compile-ci
Open

CI: Create a Cygwin workflow#5
DWesl wants to merge 12 commits intomasterfrom
cygwin-compile-ci

Conversation

@DWesl
Copy link
Owner

@DWesl DWesl commented Jan 27, 2024

Copied from the old version of develop in this repo, which was used for testing the registry compiler warnings PR.

DWesl added 12 commits January 27, 2024 15:56
Copied from the old version of develop in this repo, which was used for testing the registry compiler warnings PR.
This variable is much more useful when there's actual values in it.
The serial and smpar builds shouldn't need MPI.
Also add concurrency so making two commits in quick succession only runs one set of jobs, and limit the number of jobs run at once to catch the weirder errors first.
I need GHA to pass this to bash, not try to evaluate it itself.
I should look through top-level configure to see why this isn't happening already.
Try to ensure the job exits unsuccessfully if the configure script has syntax errors.
Forgot this earlier.
DWesl pushed a commit that referenced this pull request Apr 2, 2025
TYPE: new feature

KEYWORDS: data assimilation, incremental analysis update

SOURCE: Min Chen of IUM/CMA and internal

DESCRIPTION OF CHANGES:
Add incremental analysis update capability. In the DA code, code is
added to write out analysis increments for all variables in WRF netCDF
format using auxiliary history output stream #5. In the model, analysis
increments are divided by the number of time steps in a specified time
window and added to the model similar to physics tendencies. The input
stream for the model is 15. The capability is turned on by adding iau =
1 and iau_time_window_sec in &time_control. For example:

```
 auxinput15_inname                   = "wrfiauinp_d01"
 io_form_auxinput15                  = 2
 auxinput15_interval                 = 360,
 iau                                 = 1
 iau_time_window_sec                 = 3600.
```
LIST OF MODIFIED FILES: 
M       Registry/Registry.EM_COMMON.var
M       Registry/Registry.wrfvar
M       Registry/registry.em_shared_collection
A       Registry/registry.iau
M       dyn_em/module_em.F
M       dyn_em/module_first_rk_step_part2.F
M       phys/module_physics_addtendc.F
M       var/build/da.make
M       var/build/depend.txt
M       var/da/da_main/da_solve.inc
M       var/da/da_main/da_wrfvar_io.f90
M       var/da/da_main/da_wrfvar_top.f90
A       var/da/da_main/da_write_anaincrements.inc
M       var/da/da_transfer_model/da_transfer_xatowrf.inc

TESTS CONDUCTED: 
The Jenkins tests have passed.

RELEASE NOTE: This PR adds an incremental analysis update capability. In
the DA code, code is added to write out analysis increments for all
variables in WRF netCDF format using auxiliary history output stream #5.
In the model, analysis increments are divided by the number of time
steps in a specified time window and added to the model similar to
physics tendencies. The input stream for the model is 15. The capability
is turned on by adding iau = 1 and iau_time_window_sec in &time_control.
The way the increments are added to the model is similar to what
described by the paper by Chen et al.
(https://doi-org.cuucar.idm.oclc.org/10.1175/WAF-D-22-0127.1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant