Hello,
When I tried to hack my way through sponges, I got
-----------------------------------------------------------------------------
&OCEAN_SPONGE_NML RESTORETIME_PATH = INPUT/inv_rest_time
, RESTORETIME_NAME = coeff
, SPONGE_TEMP_PATH =
INPUT/temp_sponge
,
SPONGE_TEMP_NAME = temp
, SPONGE_SALT_PATH = INPUT/salt_sponge
, SPONGE_SALT_NAME = salt
, NUM_SPONGES
= 2, TARGET_DATE = 1980 /
Zero Checksum: initialize inv_resttime = 0
Note:Reading Sponge restoring times from INPUT/inv_rest_time
Checksum: Original inv_resttime = -6498349221802934272
=>Using: ocean_sponges.F90 ($Id: ocean_sponges.F90,v 1.1.1.1 2002/12/23
11:35:30 swathi Exp $)
FATAL from PE 1: MPP_READ: need to specify a time level for data with
time axis
Note:Reading Sponge restoring temperature from INPUT/temp_sponge
FATAL from PE 0: MPP_READ: need to specify a time level for data with
time axis
---------------------------------------------------------------------------
However the ncdump on my temp_sponge.nc file gives me
----------------------------------------------------------------------------
netcdf temp_sponge {
dimensions:
gridlon_t = 90 ;
gridlat_t = 82 ;
zt = 20 ;
TIME = UNLIMITED ; // (12 currently)
variables:
float gridlon_t(gridlon_t) ;
gridlon_t:long_name = "gridlon_t" ;
gridlon_t:units = "degrees_E" ;
float gridlat_t(gridlat_t) ;
gridlat_t:long_name = "gridlat_t" ;
gridlat_t:units = "degrees_N" ;
float zt(zt) ;
zt:long_name = "zt" ;
zt:units = "meters" ;
zt:cartesian_axis = "z" ;
zt:positive = "down" ;
double TIME(TIME) ;
TIME:units = "days since 0001-01-01 00:00:00" ;
TIME:time_origin = "01-JAN-0001 00:00:00" ;
TIME:modulo = "" ;
double geolon_t(gridlat_t, gridlon_t) ;
geolon_t:long_name = "geographic longitude of t-cell
centers" ;
geolon_t:units = "degrees_E" ;
double geolat_t(gridlat_t, gridlon_t) ;
geolat_t:long_name = "geographic latitude of t-cell
centers" ;
geolat_t:units = "degrees_N" ;
float temp(TIME, zt, gridlat_t, gridlon_t) ;
temp:long_name = "EXTRAP(TEMP,500,0.001,0.6)" ;
temp:units = "nounits" ;
// global attributes:
:filename = "temp_sponge.nc" ;
:MPP_IO_VERSION = "$Id: mpp_io.F90,v 1.1.1.1 2002/12/23
11:35:45 swathi Exp $" ;
:history = "Thu May 29 17:35:02 2003: ncatted -a
modulo,TIME,a,c, temp_sponge.nc\n",
"Thu May 29 17:27:36 2003: ncrename -d TIME1,TIME temp_sponge.nc\n",
"Thu May 29 17:26:31 2003: ncrename -v TIME1,TIME temp_sponge.nc" ;
-------------------------------------------------------------------------
As you can see I hacked a little with TIME but with no success. Could
some one tell where I am screwing up..
Thanks
Swathi
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
FMS-mom4 mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fms-mom4