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

a question about ccsm3 inputfiles

Hi
I run CCSM3(T42_gx3v5) successfully with the download data from ESG.
Now I try to do some modify with ocn data. I modify the files:

topography_20010702.ieeei4
region_mask_20080716.ieeei4
chl_mm_SeaWiFs9701_20030328.ieeer8
sfwf_mm_PHC2_salx_flxio_20011012.ieeer8
shf_mm_all_85-88_20010308.ieeer8

I don't repalace these files to another files but do some simpleness moidfy.
For example, the file" topography_20010702.ieeei4" can be reshape to a matrix A(320*384). I do : A(x,y)=(A(x-1,y)+A(x-1,y-1)+A(x,y-1)).It is just a example,not all ponits that I modify do that change.My purpose is change some ocean to land then run the model.
When I modify the file "topography_20010702.ieeei4",I do same modify with the other files to keep all the files do same modify on grid pionts.
But when I run the model with these files(modified),I got a mistake from cpl.log file:
(tStamp_write) cpl model date 0001-01-01 00000s wall clock 2008-02-29 10:56:00 avg dt 0s dt
0s
(cpl_map_npFixNew3) compute bilinear weights & indicies for NP region.
(cpl_bundle_copy) WARNING: bundle aoflux_o has accum count = 0
(flux_atmOcn) FYI: this routine is not threaded

can you give me some advise?
thanks.......

PS:I want download "Procedures for Generating Input Files for CCSM2",but I couldn't find it from NET.Can you send me it?
thanks....
W.Y
scs_wy@yahoo.cn
 
in your ccsm3 source there are many tools to create input files for different component models ..for example inside source root of ccsm models/atm/cam/tools has tools for creating inputs for cam simillarly tools are avalable for clm.

Bear said:
Hi
I run CCSM3(T42_gx3v5) successfully with the download data from ESG.
Now I try to do some modify with ocn data. I modify the files:

topography_20010702.ieeei4
region_mask_20080716.ieeei4
chl_mm_SeaWiFs9701_20030328.ieeer8
sfwf_mm_PHC2_salx_flxio_20011012.ieeer8
shf_mm_all_85-88_20010308.ieeer8

I don't repalace these files to another files but do some simpleness moidfy.
For example, the file" topography_20010702.ieeei4" can be reshape to a matrix A(320*384). I do : A(x,y)=(A(x-1,y)+A(x-1,y-1)+A(x,y-1)).It is just a example,not all ponits that I modify do that change.My purpose is change some ocean to land then run the model.
When I modify the file "topography_20010702.ieeei4",I do same modify with the other files to keep all the files do same modify on grid pionts.
But when I run the model with these files(modified),I got a mistake from cpl.log file:
(tStamp_write) cpl model date 0001-01-01 00000s wall clock 2008-02-29 10:56:00 avg dt 0s dt
0s
(cpl_map_npFixNew3) compute bilinear weights & indicies for NP region.
(cpl_bundle_copy) WARNING: bundle aoflux_o has accum count = 0
(flux_atmOcn) FYI: this routine is not threaded

can you give me some advise?
thanks.......

PS:I want download "Procedures for Generating Input Files for CCSM2",but I couldn't find it from NET.Can you send me it?
thanks....
W.Y
scs_wy@yahoo.cn
 
Top