E3SM-Project / ACME-ECP

E3SM MMF for DoE ECP project
Other
9 stars 1 forks source link

CRM mass flux variables are all zero #118

Closed whannah1 closed 4 years ago

whannah1 commented 4 years ago

I noticed this while examining some h0 file output for the INICTE2019 run. These variables are somehow not being populated correctly (although I haven't verified that all variables have this problem):

lee1046 commented 4 years ago

wmin (minimum w for statistics) is set to 2m/s. The if statement (line 912 in crm/crm_module.f90) - if(w(icrm,i,j,k+1)+w(icrm,i,j,k).gt.2*wmin) - may not give us True.

whannah1 commented 4 years ago

False alarm, the data is ok.