Hi all,
I am trying to run wrf v4.3.3 in coupled mode with the NEMO ocean model via the OASIS coupler. After running real.exe, I modify the wrfinput file with
Note that in namelist.input, I have sst_update = 1 and num_ext_model_couple_dom = 1. Also, the CPLMASK variable in wrfinput looks like:
Does anyone know what could be wrong and the maximum CPLMASK value is not being recognized?
I would appreciate any suggestions!
Thanks in advance,
John
I am trying to run wrf v4.3.3 in coupled mode with the NEMO ocean model via the OASIS coupler. After running real.exe, I modify the wrfinput file with
ncap2 -O -s "CPLMASK(:,0,:,:)=(LANDMASK-1)*(-1)" wrfinput_d01 wrfinput_d01
. When the model runs, I get the following messages in rsl.out.0000:
checks on cplmask of external model domain: 1
minval(grid%cplmask(ips:ipe,jext,jps:jpe)): 0.0000000E+00
max of external model domain cplmask: 1 = 0
=> no coupling between this external model domain and this WRF patch
maxval(grid%cplmask(ips:ipe,jext,jps:jpe)): 0.0000000E+00
Note that in namelist.input, I have sst_update = 1 and num_ext_model_couple_dom = 1. Also, the CPLMASK variable in wrfinput looks like:
float CPLMASK(Time, num_ext_model_couple_dom_stag, south_north, west_east) ;
CPLMASK:FieldType = 104 ;
CPLMASK:MemoryOrder = "XYZ" ;
CPLMASK:coordinates = "XLONG XLAT XTIME" ;
CPLMASK:description = "COUPLING MASK (0:VALUE FROM SST UPDATE; 1:VALUE FROM COUPLED OCEAN), vertical di" ;
CPLMASK:stagger = "Z" ;
CPLMASK:units = "" ;
Does anyone know what could be wrong and the maximum CPLMASK value is not being recognized?
I would appreciate any suggestions!
Thanks in advance,
John