Hi,
My ocean_his.nc has no mask_* variables . My grid file has the mask_* variables, i want to write the mask_* variables to the ocean_his.nc .How to set in the ocean_*.in?
Thank you!
how to output the mask_* variables to ocean_his.nc?
Re: how to output the mask_* variables to ocean_his.nc?
maybe you should #define masking in your *.h file
good luck!
good luck!
- arango
- Site Admin
- Posts: 1364
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: how to output the mask_* variables to ocean_his.nc?
Yes, it is that simple You need to define the MASKING C-preprocessing option. I noticed that you have posted several messages about this in this forum. This is something that you may have solved right away with a little more curiosity and by checking the code
I highly recommend you to not use ROMS a black box or GUI. As a matter of fact, every user needs to check the processed *.f90 files that are actually compiled in the Build directory to make sure that the desired code was selected during C-preprocessing. ROMS code is well documented internally. These files are much cleaner and easy to follow and study. It is also wise to send the extensive information of ROMS standard output to a file and check such file carefully. So many of the message in this forum could be avoided if users actually read and understand the information that it is printed.
I highly recommend you to not use ROMS a black box or GUI. As a matter of fact, every user needs to check the processed *.f90 files that are actually compiled in the Build directory to make sure that the desired code was selected during C-preprocessing. ROMS code is well documented internally. These files are much cleaner and easy to follow and study. It is also wise to send the extensive information of ROMS standard output to a file and check such file carefully. So many of the message in this forum could be avoided if users actually read and understand the information that it is printed.