When/Why was cldfra added to /FV3/atms_model.F90 #409
Unanswered
ericaligo-NOAA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of renaming the cldfra (total 3D instantaneous cloud fraction) array to cld_amt. cldfra is declared in the physics. I made all of the model changes and I came across a compilation error related to cldfra in FV3/atmos_model.F90. I located the issue that I created in August 2020 here for adding cldfra, and I don't see that file (atmos_model.F90) as one that I modified, yet I see several instances of cldfra in it in the latest ufs-weather-model code. I don't believe this is for the inline post, I just need to know if I will need to change all instances of cldfra to cld_amt in this routine or if this is related to something else.
/scratch2/NCEPDEV/fv3-cam/noscrub/Eric.Aligo/ufs-weather-model_cld_amt_mprates/FV3/atmos_model.F90(1414): error #6460: This is not a field name that is defined in the encompassing structure. [CLDFRA]
cldfra(i,j,k) = GFS_Data(nb)%IntDiag%cldfra(ix,k)
-------------------------------------------------^
Beta Was this translation helpful? Give feedback.
All reactions