Getting data for make_forcing.m

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
MIDHILAVARNAV
Posts: 30
Joined: Fri Dec 15, 2017 6:07 pm

Getting data for make_forcing.m

#1 Unread post by MIDHILAVARNAV »

I would like to get data for running the script make_forcing.m whenever I run make_forcing.m in matlab session I am getting this as my output:

Code: Select all

ASHSW Model
 
 Read in the grid...
 
 Create the forcing file...
Warning: NARGCHK will be removed in a future release. Use NARGINCHK or NARGOUTCHK instead. 
> In mexnc_tmw>handle_varget1 (line 2690)
  In mexnc_tmw (line 124)
  In mexnc (line 552)
  In mexcdf53 (line 9)
  In ncmex (line 139)
  In ncvar/subsref (line 269)
  In netcdf/subsref (line 73)
  In make_forcing (line 138) 
Getting taux for time index 1
 ## NetCDF file not opened: ../COADS05/taux.cdf
Cell contents reference from a non-cell array object.

Error in ext_data (line 56)
missval=ncdat{dataname}.missing_value(:);

Error in make_forcing (line 139)
  u=ext_data(taux_file,taux_name,tindex,...

I have 12 monthly data ie 12 .nc files in the COADS05 folder

andres
Posts: 54
Joined: Tue May 06, 2003 4:35 pm
Location: University of Concepcion
Contact:

Re: Getting data for make_forcing.m

#2 Unread post by andres »

Hi MIDHILAVARNAV,

These tools are used with ROMS_AGRIF/CROCO code, please post your questions here:

https://gforge.inria.fr/forum/forum.php?forum_id=3526

Do you have these files in your COADS05 directory?

airdens.cdf precip.cdf shortrad.cdf tauy.cdf
emp.cdf qsea.cdf sss.cdf u3.cdf
longrad.cdf rh.cdf sst.cdf v3.cdf
netheat.cdf sat.cdf taux.cdf w3.cdf
Andres Sepulveda

------------------------------
Geophysics Department
University of Concepcion

MIDHILAVARNAV
Posts: 30
Joined: Fri Dec 15, 2017 6:07 pm

Re: Getting data for make_forcing.m

#3 Unread post by MIDHILAVARNAV »

No I have just the global COADS atlas files for each month in the folder. Could you please specify where to get the files mentioned by you.

andres
Posts: 54
Joined: Tue May 06, 2003 4:35 pm
Location: University of Concepcion
Contact:

Re: Getting data for make_forcing.m

#4 Unread post by andres »

The datasets for roms/croco_tools are in

http://www.croco-ocean.org/download/datasets/
Andres Sepulveda

------------------------------
Geophysics Department
University of Concepcion

MIDHILAVARNAV
Posts: 30
Joined: Fri Dec 15, 2017 6:07 pm

Re: Getting data for make_forcing.m

#5 Unread post by MIDHILAVARNAV »

Thank you Andres

Post Reply