Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1c16a2c
Adding README file in new create cdxwrf branch to implement the CORDE…
LluisFB Jun 20, 2025
e64b5ae
Adding registry specific for CORDEX-WRF module
LluisFB Jul 23, 2025
51d9889
Adding diagnostics from CORDEX-WRF module
LluisFB Jul 23, 2025
7859f1a
Adding main subroutines with all CORDEX-WRF diagnostics
LluisFB Jul 23, 2025
20b6178
Adding modifications for the CORDEX-WRF module
LluisFB Jul 23, 2025
a292b77
Adding CORDEX-WRF modifications: new p-level variables and mass-conse…
LluisFB Jul 23, 2025
cd221e2
Initializing CORDEX-WRF diagnostics
LluisFB Jul 23, 2025
278e341
Adding CORDEX-WRF water budget related diagnostics
LluisFB Jul 23, 2025
c579f74
Adding CORDEX-WRF constants
LluisFB Jul 23, 2025
95a9bb0
Adding compilation of the CORDEX-WRF module
LluisFB Jul 23, 2025
742af22
Adding CORDEX-WRF compilation
LluisFB Jul 23, 2025
7d731cf
Adding high-frequency variables: prhf & colmax on auxhist8
LluisFB Jul 23, 2025
1512c58
Adding high-frequency CORDEX-WRF output
LluisFB Jul 23, 2025
a731fd9
Adding:
LluisFB Jul 23, 2025
42cbe89
Adding CDXLON, CDXLAT into auxhist8
LluisFB Jul 23, 2025
b66773f
Getting XLAT, XLONG in auxhist23
LluisFB Jul 23, 2025
6a5c4ae
Fixing some variables
LluisFB Jul 23, 2025
06f25d5
Fixing some errors comparing with working version
LluisFB Jul 23, 2025
b8f530a
Adding high-frequency CORDEX-WRF diagnostics
LluisFB Jul 23, 2025
9cb452c
Setting up CDXWRF version 3.1, from Eskilstua, Sweden. July 2023
LluisFB Jul 23, 2025
e6f416c
Adding into collection the 'registry.cordex' file
Jul 23, 2025
d12df9b
Updating README.cordex and moving PRHF to CDXWRF=1
LluisFB Jul 23, 2025
9ee7623
Merge branch 'cdxwrf' of github.com:LluisFB/WRF into cdxwrf
LluisFB Jul 23, 2025
94f6ff4
Adding debugging based in time and coordinates
LluisFB Jul 23, 2025
56a20fc
Updating README
LluisFB Jul 23, 2025
c9c036d
Updating README adding the new variables
LluisFB Jul 23, 2025
15eebe6
Updating README
LluisFB Jul 23, 2025
1ceb654
Updating text of README
LluisFB Jul 23, 2025
e4c92a4
Adding README.cordex into the README.md
LluisFB Jul 23, 2025
65a5378
Formatting the README
LluisFB Jul 23, 2025
3e90f5c
Fixing README
LluisFB Jul 23, 2025
079db26
Adding the p-level interpolated variables
LluisFB Jul 23, 2025
92b84fe
Adding the main URLs
LluisFB Jul 23, 2025
184ce68
Adding missing cdxhfnsteps
LluisFB Jul 23, 2025
d1634ea
Adding how to inline remove ##CDXWRF[n]##
LluisFB Jul 23, 2025
b6eb5a8
Moving all CDXWRF output to auxhist18 and auxhist19
Jul 29, 2025
4804d53
Fixing p_lev_diags suite (3 varibales where missing)
Jul 30, 2025
04071ad
Checking for auxhist18/19_interval values
Jul 30, 2025
cc9d825
Correcting README file
LluisFB Jul 30, 2025
dddb07b
Merge branch 'cdxwrf' of github.com:LluisFB/WRF into cdxwrf
LluisFB Jul 30, 2025
745318f
Fixing README
LluisFB Jul 30, 2025
82ce217
Adding cd WRF
Aug 4, 2025
3460d65
Opening branch with direct compilation of CDXWRF4 for test purposes, …
Sep 19, 2025
4dcab52
Removing pre-compilation flags
Sep 19, 2025
28f41d9
Removing CDXWRF pre-compilation entry
Sep 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
360 changes: 360 additions & 0 deletions README.cordex

Large diffs are not rendered by default.

442 changes: 442 additions & 0 deletions README.md

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions Registry/Registry.EM_COMMON
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ state real LU_MASK ij misc 1 - i3h1 "LU

state real znu k dyn_em 1 - irh "znu" "eta values on half (mass) levels" ""
state real znw k dyn_em 1 Z i0rh "znw" "eta values on full (w) levels" ""
state real ZS l misc - Z irh "ZS" "DEPTHS OF CENTERS OF SOIL LAYERS" "m"
state real DZS l misc - Z irh "DZS" "THICKNESSES OF SOIL LAYERS" "m"
# CDXWRF modification
state real ZS l misc - Z irh0{19} "ZS" "DEPTHS OF CENTERS OF SOIL LAYERS" "m"
state real DZS l misc - Z irh0{19} "DZS" "THICKNESSES OF SOIL LAYERS" "m"
# cyl : variables for trajectory calculation
state real traj_i {ntraj} dyn_em 1 Z irh "traj_i" "grid number of trajectory " ""
state real traj_j {ntraj} dyn_em 1 Z irh "traj_j" "grid number of trajectory " ""
Expand Down Expand Up @@ -1413,7 +1414,7 @@ i1 real ht_loc ij misc 1 - -
state integer shadowmask ij misc 1 - -
state integer min_ptchsz - misc 1 - r

state real TSK ij misc 1 - i012rhd=(interp_mask_field:lu_index,iswater)u=(copy_fcnm) "TSK" "SURFACE SKIN TEMPERATURE" "K"
state real TSK ij misc 1 - i012rh0d=(interp_mask_field:lu_index,iswater)u=(copy_fcnm) "TSK" "SURFACE SKIN TEMPERATURE" "K"
state real dfi_TSK ij misc 1 - r "TSK_dfi" "saved SURFACE SKIN TEMPERATURE"
state real TSK_SAVE ij misc 1 - r "TSK_SAVE" "SURFACE SKIN TEMPERATURE, EXTRA COPY FOR SEA ICE TESTS in REAL" "K"
state real u_base k misc 1 - ir "u_base" "BASE STATE X WIND IN IDEALIZED CASES" ""
Expand Down Expand Up @@ -1947,7 +1948,7 @@ state integer NYEAR - misc 1 - r "NY
state real NDAY - misc 1 - r "NDAY" "ACCUM TIMESTEPS IN A DAY" ""
state real XLAND ij misc 1 - i02rhd=(interp_fcnm_imask)u=(copy_fcnm) "XLAND" "LAND MASK (1 FOR LAND, 2 FOR WATER)" ""
state real cplmask i{ncpldom}j misc 1 z i0r "CPLMASK" "COUPLING MASK (0:VALUE FROM SST UPDATE; 1:VALUE FROM COUPLED OCEAN), vertical dim is number of external domains" ""
state real ZNT ij misc 1 - i3r "ZNT" "TIME-VARYING ROUGHNESS LENGTH" "m"
state real ZNT ij misc 1 - i3rh "ZNT" "TIME-VARYING ROUGHNESS LENGTH" "m"
state real CK ij misc 1 - r "CK" "ENTHALPY EXCHANGE COEFF AT 10 m" ""
state real CKA ij misc 1 - r "CKA" "ENTHALPY EXCHANGE COEFF AT LOWEST MODEL LVL" ""
state real CD ij misc 1 - r "CD" "DRAG COEFF AT 10m" ""
Expand Down
12 changes: 6 additions & 6 deletions Registry/Registry.EM_COMMON.var
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,12 @@ state real RAINNCV ij misc 1 - r "R

# these next 2 are for the HFSoLE/PET demo; writing these to auxhist1 output over MCEL for coupling
# with wave model, only if compiled with -DMCELIO, JM 2003/05/29
state real XLAT ij misc 1 - i0123rh01du=(copy_fcnm) "XLAT" "LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real XLONG ij misc 1 - i0123rh01du=(copy_fcnm) "XLONG" "LONGITUDE, WEST IS NEGATIVE" "degree_east"
state real XLAT_U ij dyn_em 1 X i012rh01du=(copy_fcnm) "XLAT_U" "LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real XLONG_U ij dyn_em 1 X i012rh01du=(copy_fcnm) "XLONG_U" "LONGITUDE, WEST IS NEGATIVE" "degree_east"
state real XLAT_V ij dyn_em 1 Y i012rh01du=(copy_fcnm) "XLAT_V" "LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real XLONG_V ij dyn_em 1 Y i012rh01du=(copy_fcnm) "XLONG_V" "LONGITUDE, WEST IS NEGATIVE" "degree_east"
state real XLAT ij misc 1 - i0123rh01{23}du=(copy_fcnm) "XLAT" "LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real XLONG ij misc 1 - i0123rh01{23}du=(copy_fcnm) "XLONG" "LONGITUDE, WEST IS NEGATIVE" "degree_east"
state real XLAT_U ij dyn_em 1 X i012rh01{23}du=(copy_fcnm) "XLAT_U" "LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real XLONG_U ij dyn_em 1 X i012rh01{23}du=(copy_fcnm) "XLONG_U" "LONGITUDE, WEST IS NEGATIVE" "degree_east"
state real XLAT_V ij dyn_em 1 Y i012rh01{23}du=(copy_fcnm) "XLAT_V" "LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real XLONG_V ij dyn_em 1 Y i012rh01{23}du=(copy_fcnm) "XLONG_V" "LONGITUDE, WEST IS NEGATIVE" "degree_east"
state real ALBEDO ij misc 1 - rh "ALBEDO" "ALBEDO"
state real CLAT ij misc 1 - i012rhdu=(copy_fcnm) "CLAT" "COMPUTATIONAL GRID LATITUDE, SOUTH IS NEGATIVE" "degree_north"
state real ALBBCK ij misc 1 - i0124rh "ALBBCK" "BACKGROUND ALBEDO" ""
Expand Down
Loading