-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi all,
I am trying to implement decoupling scheme(Modini technique) into AWICM3-v3.1.3. I am giving wind field to only FESOM to calculate wind stress. Other than that, everything is fully coupled. In order to that, I am reading files in namelist.forcing. I assigned new namelist variables as;
nm_xmodini_file = '/work/ollie/clidyn/forcing/JRA55-do-v1.4.0/uas.' ! name of file with winds - only atmosphere/ocean coupling
nm_ymodini_file = '/work/ollie/clidyn/forcing/JRA55-do-v1.4.0/vas.' ! name of file with winds - only atmo
sphere/ocean coupling
nm_xmodini_var = 'uas' ! name of variable in file with wind
nm_ymodini_var = 'vas' ! name of variable in file with wind
However, After doing that, esm-tools does not read the some variables in the section '&nam_sbc' while initiating the model.
I have attached namelist.forcing that model reads. (both default one and changed one)
Metadata
Metadata
Assignees
Labels
No labels