problems about CESM1_2_2

sunyang

sunyang
New Member
Hi, everyone.I am running CESM1_2_2 and got some results. But when I checked these result files, I found that the relevant aerosol variables are only surface data, as shown in the figure with the suffix variable-SRF. The variables I want to get should be in the form of "float variable_name(time,lev,lat,lon)". How should this be solved?
Best Regards
Yang Sunfig1.png
 

cacraig

Cheryl Craig
CSEG and Liaisons
Staff member
First, let me say that CESM1_2_2 is old, and you might want to consider updating to CESM2.

CAM output variables are controlled by the namelist "fincl". To see the namelist settings for CESM1_2_2, you may refer to:

If you use CESM2, the descriptions of namelist settings are at:

In both versions, fincl is handled in the same way.

The variable names you want to output will be without the "_SRF" qualifier. For instance, to output so4_a3, you will add that name to your fincl list.
 

sunyang

sunyang
New Member
First, let me say that CESM1_2_2 is old, and you might want to consider updating to CESM2.

CAM output variables are controlled by the namelist "fincl". To see the namelist settings for CESM1_2_2, you may refer to:

If you use CESM2, the descriptions of namelist settings are at:

In both versions, fincl is handled in the same way.

The variable names you want to output will be without the "_SRF" qualifier. For instance, to output so4_a3, you will add that name to your fincl list.
Thank you very much for your help and suggestions, the problem has been solved very well.
Thank you angain.
 
Back
Top