avenger@avenger_ws
Member
Hello, I have a strange version of CCSM3 here (timestamped 20041005-ymd).
I am trying to make it work on intel compiler (10.1 20080801).
So far the compiler part goes well (as it seems), I got a problem with the cpl part of the build, maybe due to some input/output data missing.
I already have a dataset and have downloaded input data from ESG, but all I got from the input data is a .readme and a .ieeer8 file.
Following is the error message I got in cpl logfile:
It is clearly due to the fact I don't have this map_T42 file where the scripts expect it to be, but I don't have it anywhere in the machine as well. Is this file generated in build-time, or is it somewhere to be downloaded? I looked throught the disk for any map_T42_to* file with no luck.
Thank you!!! :)
I am trying to make it work on intel compiler (10.1 20080801).
So far the compiler part goes well (as it seems), I got a problem with the cpl part of the build, maybe due to some input/output data missing.
I already have a dataset and have downloaded input data from ESG, but all I got from the input data is a .readme and a .ieeer8 file.
Following is the error message I got in cpl logfile:
Code:
Fri Mar 6 15:31:19 BRT 2009 /home/avenger/ccsm3_ibis/cases/scratch/avenger/cpl/cpl.log.090306-153114
cp cpl/cpl6/map_T42_to_gx1v3_aave_da_010709.nc to map_T42_to_gx1v3_aave_da_010709.nc
cp: cannot stat `cpl/cpl6/map_T42_to_gx1v3_aave_da_010709.nc': No such file or directory
cp /home/avenger/ccsm3_ibis/cases/scratch/inputdata/cpl/cpl6/map_T42_to_gx1v3_aave_da_010709.nc to map_T42_to_gx1v3_aave_da_010709.nc
cp: cannot stat `/home/avenger/ccsm3_ibis/cases/scratch/inputdata/cpl/cpl6/map_T42_to_gx1v3_aave_da_010709.nc': No such file or directory
cp /home/avenger/ccsm3_ibis/cases/scratch/inputdata_user/cpl/cpl6/map_T42_to_gx1v3_aave_da_010709.nc to map_T42_to_gx1v3_aave_da_010709.nc
cp: cannot stat `/home/avenger/ccsm3_ibis/cases/scratch/inputdata_user/cpl/cpl6/map_T42_to_gx1v3_aave_da_010709.nc': No such file or directory
ccsm_getinput FAILED: map_T42_to_gx1v3_aave_da_010709.nc
It is clearly due to the fact I don't have this map_T42 file where the scripts expect it to be, but I don't have it anywhere in the machine as well. Is this file generated in build-time, or is it somewhere to be downloaded? I looked throught the disk for any map_T42_to* file with no luck.
Thank you!!! :)