Question about the "Input NetCDF files" in "*.in"

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
kee
Posts: 44
Joined: Fri Mar 15, 2013 1:30 pm
Location: Nanjing Uni. of Info. Sci. & Tech. (nanjing institute of meterology)

Question about the "Input NetCDF files" in "*.in"

#1 Unread post by kee »

Hi all,

I found that nearly all the *.in file has the following INPUT section:
____________________
! Input NetCDF file names, [1:Ngrids].

GRDNAME == *.nc
ININAME == *.nc
ITLNAME == ocean_itl.nc
IRPNAME == ocean_irp.nc
IADNAME == ocean_iad.nc
CLMNAME == ocean_clm.nc
BRYNAME == ocean_bry.nc
FWDNAME == ocean_fwd.nc
ADSNAME == ocean_ads.nc

!.....
!.....
NFFILES == 9 ! number of forcing files

FRCNAME == ../in/*.nc \
../in/*.nc \
../in/*.nc \
....
....
_____________________

However, I have checked the whole ROMS directory over without finding the 6-NETCDF files highlighted in red.

so, can anyone tell me whether ROMS invokes these 6 files or there is some other implication?
if yes, how?


zhao

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Question about the "Input NetCDF files" in "*.in"

#2 Unread post by kate »

Those names are placeholders for files you may or may not need. I have used a boundary condition file and a climatology file, but not any of the rest. Cases like UPWELLING need none of them.

kee
Posts: 44
Joined: Fri Mar 15, 2013 1:30 pm
Location: Nanjing Uni. of Info. Sci. & Tech. (nanjing institute of meterology)

Re: Question about the "Input NetCDF files" in "*.in"

#3 Unread post by kee »

kate wrote:Those names are placeholders for files you may or may not need. I have used a boundary condition file and a climatology file, but not any of the rest. Cases like UPWELLING need none of them.
Yeah, I also noticed that. but still confused.
Anyway, I will figure it out.

Post Reply