Hi kwerner, Thank you very much for your replay I'm very thankful.
I'm using 3.9 both WPS and WRF. I'm using the historical data from CMIP5-CLM4, which in fact are already done as intermediate files, you can see them attached, with the pdf datastream where the people explain how to work with this kind of data, basically is substitute them for the FILES coming usually from ungrib. (and do a couple of things in METGRID.TBL)
I will attach again the two photos because I have already moved along with the problem but it is not solved yet. As you can see, the LANDMASK in geo and met are okey, and till here everything seems to work fine, but in real.exe everything get fucked up. The LANDMASK thinks that SEAICE is already land, but the SEAICE evolves in the wrfout but not LANDMASK (is a static field I guess) but this is a problem, because some variables in wrfout work well, while others take the seaice as a static field too because it appears at LANDMASK as land, so they may take that part of ice as land and that have no sense. As appear in the picture, the LANDMASK in wrfinput has changed from the one of the metgrid, putting the seaice as part of the land. The problem is that SEAICE changes with time but no LANDMASK and obviusly that land is land and ice is ice, and the variables should be wrong then. I don't know what to do I have been stack for two weeks with this shit.
Those are my namelist:
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '1979-01-01_00:00:00', '1979-01-01_00:00:00',
end_date = '1979-01-08_00:00:00', '1979-01-08_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/
&geogrid
parent_id = 1, 1,
parent_grid_ratio = 1, 3,
i_parent_start = 1, 40,
j_parent_start = 1, 28,
e_we = 130, 223, !!! 24 cores #carlos rule
e_sn = 133, 271, ! 28 cores
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
! The default datasets used to produce the HGT_M, GREENFRAC,
! and LU_INDEX/LANDUSEF fields have changed in WPS v3.8. The HGT_M field
! is now interpolated from 30-arc-second USGS GMTED2010, the GREENFRAC
! field is interpolated from MODIS FPAR, and the LU_INDEX/LANDUSEF fields
! are interpolated from 21-class MODIS.
!
! To match the output given by the default namelist.wps in WPS v3.7.1,
! the following setting for geog_data_res may be used:
!
! geog_data_res = 'gtopo_10m+usgs_10m+nesdis_greenfrac+10m','gtopo_2m+usgs_2m+nesdis_greenfrac+2m',
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
geog_data_res = 'usgs_lakes+10m+default', 'usgs_lakes+5m+default',
dx = 30000,
dy = 30000,
map_proj = 'lambert',
ref_lat = 52
ref_lon = -70,
truelat1 = 60,
truelat2 = 50,
stand_lon = -70,
geog_data_path = '/home/alvarosf/scratch/wrf39/geog/'
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'CCSM4_CMIP5_MOAR_BC_20THC',
constants_name = ,
io_form_metgrid = 2,
/
and input:
&time_control
run_days = 7,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 1979, 1979,
start_month = 01, 01,
start_day = 01, 01,
start_hour = 0, 0,
start_minute = 0, 0,
start_second = 0, 0,
end_year = 1979, 1979,
end_month = 01, 01,
end_day = 08, 08,
end_hour = 00, 00,
end_minute = 0, 0,
end_second = 0, 0,
interval_seconds = 21600,
input_from_file = .true.,.true.,
history_interval = 360, 360,
frames_per_outfile = 1000, 1000,
restart = .F.,
restart_interval = 263520,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
debug_level = 0,
auxinput4_inname = 'wrflowinp_d<domain>',
auxinput4_interval = 360, 360,
io_form_auxinput4 = 2,
auxhist3_outname = 'wrfxtrm_d<domain>_<date>',
! auxhist4_outname = 'wrfrain_d<domain>_<date>',
! auxhist5_outname = 'wrf24hc_d<domain>_<date>',
ignore_iofields_warning = .FALSE.,
io_form_auxhist3 = 2,
! io_form_auxhist4 = 2,
! io_form_auxhist5 = 2,
output_diagnostics = 1,
auxhist3_interval = 1440, 1440,
! auxhist4_interval = 60,
! auxhist5_interval = 1440,
frames_per_auxhist3 = 1000, 1000,
! frames_per_auxhist4 = 1000,
! frames_per_auxhist5 = 1000,
! iofields_filename = 'iofields.txt',
/
&domains
time_step = 180,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
e_we = 130, 223,
e_sn = 133, 271,
e_vert = 27, 27
p_top_requested = 11000,
num_metgrid_levels = 27,
num_metgrid_soil_levels = 4,
dx = 30000, 10000,
dy = 30000, 10000,
grid_id = 1, 2,
parent_id = 1, 1,
i_parent_start = 1, 40,
j_parent_start = 1, 28,
parent_grid_ratio = 1, 3,
parent_time_step_ratio = 1, 3,
feedback = 0,
smooth_option = 0,
/
&physics
mp_physics = 6, 6,
ra_lw_physics = 3, 3,
ra_sw_physics = 3, 3,
radt = 30, 30,
sf_sfclay_physics = 1, 1,
sf_surface_physics = 5, 5,
bl_pbl_physics = 1, 1,
bldt = 0, 0,
cu_physics = 3, 3,
cudt = 5, 5,
isfflx = 1,
ifsnow = 1,
icloud = 1,
surface_input_source = 3,
num_soil_layers = 10,
sf_urban_physics = 0, 0, 0,
num_land_cat = 28,
sst_skin = 1,
sst_update = 1,
tmn_update = 1,
usemonalb = .true.,
paerlev = 29,
levsiz = 59,
cam_abs_dim1 = 4,
cam_abs_dim2 = 27,
bucket_mm = 100.0,
bucket_J = 1.e9,
/
&fdda
/
&dynamics
w_damping = 1,
diff_opt = 1, 1,
km_opt = 4, 4,
diff_6th_opt = 0, 0,
diff_6th_factor = 0.12, 0.12,
base_temp = 290.0,
damp_opt = 3,
zdamp = 11000.0, 11000.0,
dampcoef = 0.003, 0.003,
khdif = 0, 0,
kvdif = 0, 0,
non_hydrostatic = .true., .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
gwd_opt = 1,
max_rot_angle_gwd = 100,
/
&bdy_control
spec_bdy_width = 10,
spec_exp = 0.33
spec_zone = 1,
relax_zone = 9,
specified = .true., .false.,
nested = .false., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
Thank you very very much, really thanks, i will invite you a beer for sure.
Best wishes