Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Output variables only in a given lat/lon range

James King

James King
Member
Hi all,

This might be a question with a 1-word answer, but just in case it's not:

Is it possible to set one part of the CESM2 to only save output within a given domain? I would ideally like to save a couple of fields from CAM at hourly temporal resolution but only between 40S and 80N. The model version here is CESM2.1.3 and I'm running on ARCHER2 (UK government HPC).

Thanks,

James
 

peverley

Courtney Peverley
Moderator
Hi James,

You can use the fincl1lonlat (or fincl2,3,4 whichever corresponds with the fincl variable) like so:

fincl1lonlat = '40s:80n'

and it should only pick the columns that fall in your desired range. If you also want to limit by longitude, you can use an underscore like this:

fincl1lonlat = '10e:20e_40s:80n'

which would select columns that fall between 10 and 20 degrees E and 40S and 80N.

Let me know if that doesn't work.

Courtney
 
Top