make_NCEP in Roms_tools incorect cycle_lenng

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
poppai
Posts: 9
Joined: Wed Sep 30, 2009 6:05 pm
Location: IMHEN
Contact:

make_NCEP in Roms_tools incorect cycle_lenng

#1 Unread post by poppai »

who uses make_NCEP in Roms_tool ? Help me?
I use make_NCEP with parametters following:
I run model from 1/6/1997-31/8/1997
tinit= 151
Yorg = 1997
Ymin =1997
Ymax = 1997
Mmin = 6
Mmax =8
Dmin =1
But when run model, appear error sms_time.
ncdump roms_frc file following:
netcdf roms_frc_NCEP2_Y1997M6 {
dimensions:
xi_u = 132 ;
eta_u = 137 ;
xi_v = 133 ;
eta_v = 136 ;
xi_rho = 133 ;
eta_rho = 137 ;
xi_psi = 132 ;
eta_psi = 136 ;
sms_time = 200 ;
shf_time = 1 ;
swf_time = 1 ;
sst_time = 1 ;
srf_time = 1 ;
sss_time = 1 ;
tide_period = 8 ;
variables:
double sms_time(sms_time) ;
sms_time:long_name = "surface momentum stress time" ;
sms_time:units = "days" ;
sms_time:cycle_length = 0. ;
double shf_time(shf_time) ;
shf_time:long_name = "surface heat flux time" ;
shf_time:units = "days" ;
shf_time:cycle_length = 0. ;
double swf_time(swf_time) ;
swf_time:long_name = "surface freshwater flux time" ;
swf_time:units = "days" ;
swf_time:cycle_length = 0. ;
double sst_time(sst_time) ;
sst_time:long_name = "sea surface temperature time" ;
sst_time:units = "days" ;
sst_time:cycle_length = 0. ;
double sss_time(sss_time) ;
sss_time:long_name = "sea surface salinity time" ;
sss_time:units = "days" ;
sss_time:cycle_length = 0. ;
double srf_time(srf_time) ;
srf_time:long_name = "solar shortwave radiation time" ;
srf_time:units = "days" ;
srf_time:cycle_length = 0. ;
...................................................
where i fault?

Post Reply