Hi,I am trying to enable COSP package using CAM5 (CAM4) physics in CESM 1.2.2. I am using F_AMIP_CAM5 compset for these runs. In order to enable COSP I have followed the following steps on National Computational Infrastructure (NCI)’s Raijin computer:1. Edit "CAM_CONFIG_OPTS" in env_build.xml to be "-phys cam5 -cosp" (/"-phys cam4 -cosp")2. Add COSP related fields to user_nl_cam file as
&cospsimulator_nl
docosp=.true.
cosp_amwg=.true./When I try to build the case I get the following error: error #6633: The type of the actual argument differs from the type of the dummy argument.
flag_xyfill=.true., mdimnames=(/'cosp_tau','cosp_prs'/), fill_value=R_UNDEF)
I don't know how to solve this error. Can anyone please help?
&cospsimulator_nl
docosp=.true.
cosp_amwg=.true./When I try to build the case I get the following error: error #6633: The type of the actual argument differs from the type of the dummy argument.
flag_xyfill=.true., mdimnames=(/'cosp_tau','cosp_prs'/), fill_value=R_UNDEF)
I don't know how to solve this error. Can anyone please help?