Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Modifying the registry to output specific variables

arunn

New member
Dear community,
I am using WRFv3.5.1 (for specific reasons). I'm trying to output terms like re_cloud and qc_diabatic, and for that I did some modifications to the Registry.EM_COMMON.
After re-compiling, the variables are present in the wrfouts but however, the arrays only consist of zeros at all the time steps. I'm pretty positive that these variables will have non-zero values for case I am running. Any suggestions on where I am doing wrong will be helpful.
 

Attachments

  • namelist.input
    7 KB · Views: 6
  • myvar_d01.txt
    85 bytes · Views: 3
  • Registry.EM_COMMON.txt
    328.2 KB · Views: 6
I added this line
1) state real qc_diabatic ikj misc 1 - rhdu "qc_diabatic" "MICROPHYSICS QC TENDENCY"
and added a state variable (re_cloud) here
2) package wsm6scheme mp_physics==6 - moist:qv,qc,qr,qi,qs,qg;state:re_cloud

And no I have not touched any other codes
 
Top