Hello modelers:
-
I was working with old roms versions, and now I'm working with roms-3.7.
I'm looking for some c processor variables, with which I was working on the older version of roms, but in the newer version (3.7) I still can not find them:
-
ASSUMED_SHAPE
POWER_LAW
K_GSCHEME
DOUBLE_PRECISION
NONLINEAR
VAR_RHO_2D
-
The c processor variables ASSUMED_SHAPE, POWER_LAW, DOUBLE_PRECISION, NONLINEAR, VAR_RHO_2D appear in the Upwelling output example like if them were active, but in the upwelling.h file there are not appear.
-
Could someone tell me if these changed their name?
It's DOUBLE_PRECISION the same than OUT_DOUBLE?
-
Thanks in advance.
Mar.Mo.
Name c preprocessor variables
Re: Name c preprocessor variables
They are all in globaldefs.h, such as:Scarlett wrote:Hello modelers:
-
I was working with old roms versions, and now I'm working with roms-3.7.
I'm looking for some c processor variables, with which I was working on the older version of roms, but in the newer version (3.7) I still can not find them:
-
ASSUMED_SHAPE
POWER_LAW
K_GSCHEME
DOUBLE_PRECISION
NONLINEAR
VAR_RHO_2D
-
The c processor variables ASSUMED_SHAPE, POWER_LAW, DOUBLE_PRECISION, NONLINEAR, VAR_RHO_2D appear in the Upwelling output example like if them were active, but in the upwelling.h file there are not appear.
-
Could someone tell me if these changed their name?
Code: Select all
#if !((defined G95 && defined I686) || defined UNICOS_SN)
# define ASSUMED_SHAPE
#endif
Nope, not the same.It's DOUBLE_PRECISION the same than OUT_DOUBLE?
-
- Posts: 48
- Joined: Tue Aug 04, 2015 4:42 pm
- Location: Universidad del Mar (UMAR), Mexico
- Contact:
Re: Name c preprocessor variables
Hi Kate:
-
Thank you very much for answering
-
Mar.Mo.
-
Thank you very much for answering
-
Mar.Mo.