Recently I change the atmospheric dateset that I was using
with another from a local operational weather model because
of its high spatial resolution. Model's operational output doesn't
include shortwave and longwave radiation data and includes cloud
fraction. So I am trying to compile the RBL4DVAR - plus RBL4DVAR
and BGQC flags at .sh file - defining
ANA_SRFLUX
CLOUDS
ALBEDO
LONGWAVE
in my *.h file. But compilation fails giving the following message
Code: Select all
get_data.f90:226:43:
& FORCES(ng) % srflxG)
1
Error: ‘srflxg’ at (1) is not a member of the ‘t_forces’ structure
not possible to use this analytical expression during data assimilation. I am using
gfortran 7.5 and mpich 3.3.2 and I am using ROMS version 1096. I am also attaching
my header file.
Thanks in advance
Kind Regards
Giannis