Analytical surface shortwave radiation flux - RBL4DVAR algorithm

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
ymamoutos
Posts: 71
Joined: Fri Nov 19, 2010 2:33 pm
Location: University of Aegean

Analytical surface shortwave radiation flux - RBL4DVAR algorithm

#1 Unread post by ymamoutos »

Greetings

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

I am asking if this a bug in code or - and I have misunderstood completely - it's
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
Attachments
cnag_assimb.h
(884 Bytes) Downloaded 126 times

Post Reply