matthias_demuzere@ees_kuleuven_be
New Member
Dear all,I am currently tryingo to create high-resolution inputdata for CLM4.5, on approximately 1 km resolution for a regional domain centered above Melbourne (Australia), which includes ocean. This is done on our local Australian HPC system and thus not on supported machines.For this I am following the workflow here. Going through these steps I end up having some errors and general questions, which I will try to clarify below (indicated with bullet points). I hope all of this is clear and that someone will be able to point me in the good direction on how to create all the necessary input files for CLM4.5.Please note that only CLM4.5 input data is necessary since this model is coupled to another regional climate model. 1) Create SCRIP grid datasets:This I do in the following folder: cesm1_2_2/models/lnd/clm/tools/shared/mkmapdataWith the following statement: mknoocnmap.pl -p -37.85,145 -n 0.01x0.01_Melbourne -dx 0.01 -dy 0.01 -nx 300 -ny 300This results in three files: cesm1_2_2/models/lnd/clm/tools/shared/mkmapdata/map_0.01x0.01_Melbourne_noocean_to_0.01x0.01_Melbourne_nomask_aave_da_150428.nccesm1_2_2/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_0.01x0.01_Melbourne_nomask_c150428.nccesm1_2_2/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_0.01x0.01_Melbourne_noocean_c150428.nc
- I assume that I should use SCRIPgrid_0.01x0.01_Melbourne_nomask_c150428.nc in the following step?
- Since I have ocean in my domain, it seems I should do something else? Although the phrase "you could modify the mask in the SCRIP grid file for ocean, and then use ESMF_RegridWeightGen to create the mapping file, and gen_domain to create the domain file" is not clear to me.
- In the folder cesm1_2_2/tools/mapping/gen_mapping_files/ I do not see a gen_domain script. Only gen_cesm_maps.sh and gen_ESMF_mapping_file/create_ESMF_map.sh.
- If I have to use those, would it be possible to explain me what exactly they do, what input they need and what kind of output they produce?
- Here, I am not sure why this fails? Any ideas?
- I was wondering what the most easy way is to get these data onto my local machine? For Step 3, I just used svn export from this link: https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/lnd/clm2/mappingdata/grids/.
- But I really wonder whether this is the most efficient method, especially since the input data list is a lot longer for this step?
- Also I was wondering what the all_urban = .false. and no_inlandwet = .true. mean? Would it be possible to provide some more information on this?
- Finally: Since all of these scripts (+ available inputdata) seem to be tailored for a number of specific machines (yellowstone, jaguar, ...), I was wondering whether an outside researcher can also get access to one of these machines to create the necessary user-defined input files for a model simulation (the latter being performed on a different platform). If not, then I hope someone could help me with the issues above.