Experiments with Aeolus, land_lad, and LPJ Derived after mom5_CM2_lad_05LPJ_05_Xcoarse MOM5 setup from CM2M_coarse_BLING See also the README for the om3Xcoarse setup. land_lad from CM2M_coarse_BLING but regridded to 0.5x0.5 degree resolution. LPJ with newly-made configuration to match the regridded land_lad land-sea mask. Aeolus atmosphere. # # begin of grid generation # mkdir -p exp/POEM_0505_Xcoarse/INPUT cd exp/POEM_0505_Xcoarse/INPUT ln -s ../../../exp/mom4_Aeolus_lad_Xcoarse/INPUT/aeolus_hgrid.nc \ ../../../exp/mom4_Aeolus_lad_Xcoarse/INPUT/aeolus_mosaic.nc \ ../../../exp/CM2M_coarse_BLING/INPUT/ocean_hgrid.nc \ ../../../exp/CM2M_coarse_BLING/INPUT/ocean_mosaic.nc \ ../../../exp/CM2M_coarse_BLING/INPUT/ocean_vgrid.nc \ . # Create a new land grid on 0.5x0.5 degree resolution. # The make_hgrid tool creates a ``supergrid'' on double resolution. ../../../src/tools/make_hgrid/make_hgrid --grid_type regular_lonlat_grid \ --nxbnd 2 --nybnd 2 --xbnd 0\,360 --ybnd -90\,90 \ --nlon 1440 --nlat 720 --grid_name land_hgrid # -> created land_hgrid.nc ../../../src/tools/make_solo_mosaic/make_solo_mosaic --num_tiles 1 --dir . \ --mosaic_name land_mosaic --tile_file land_hgrid.nc --periody 1 # -> created land_mosaic.nc # the make_coupler_mosaic tool requires a dimension named ntiles # but this is not contained in the GFDL-provided topog.nc files # sigh. the name topog.nc is hardcoded in the ocean topography module ncap2 -o topog-ntiles.nc -s 'defdim("ntiles",1)' ../../../exp/CM2M_coarse_BLING/INPUT/topog.nc mv topog-ntiles.nc topog.nc ../../../src/tools/make_coupler_mosaic/make_coupler_mosaic \ --ocean_mosaic ocean_mosaic.nc \ --land_mosaic land_mosaic.nc \ --atmos_mosaic aeolus_mosaic.nc \ --ocean_topog topog.nc \ --check # created # ocean_mask.nc # land_mask.nc # atmos_mosaic_tile1Xland_mosaic_tile1.nc # atmos_mosaic_tile1Xocean_mosaic_tile1.nc # land_mosaic_tile1Xocean_mosaic_tile1.nc # mosaic.nc mv mosaic.nc grid_spec.nc Data preparation for the coupled LPJ: