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

regridding CLM initial files for CAM data assimilation runs

arellano

New Member
I have 80 initial CLM files for a CAM3.1 data assimilation test run. These files have dimensions:

gridcell=1178;
landunit = 1539;
column = 1539;
pft = 3507;
levsoi = 10;
levlak = 10;
levsno = 5;
levtot = 15;

which work fine with T21 resolution CAM runs. However, I need to do Finite Volume 4x5 CAM runs using these initial files.

Is there a regridding routine available for CLM initial files that I can use to regrid these files to:


gridcell=1179;
landunit = 2216;
column = 2216;
pft = 4961;
levsoi = 10;
levlak = 10;
levsno = 5;
levtot = 15;

which I understand is required for a FV 4x5 run. The regridding tool for CAM initial files (i.e. interpic) works fine for CAM initial datasets but obviously not with the CLM initial files.

Your help is greatly appreciated,
Ave Arellano
 
Top