Running RegCM4 G. Giuliani ICTP - Earth System Physics Section - - PowerPoint PPT Presentation

running regcm4
SMART_READER_LITE
LIVE PREVIEW

Running RegCM4 G. Giuliani ICTP - Earth System Physics Section - - PowerPoint PPT Presentation

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option Running RegCM4 G. Giuliani ICTP - Earth System Physics Section Ninth ICTP Workshop on the Theory and Use of Regional Climate Models 28 May - 8 June, 2018 Data


slide-1
SLIDE 1

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Running RegCM4

  • G. Giuliani

ICTP - Earth System Physics Section

Ninth ICTP Workshop on the Theory and Use of Regional Climate Models 28 May - 8 June, 2018

slide-2
SLIDE 2

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Data Source

ICTP internal Data Server: /home/esp-shared-b/RegCM_Data Web Server: http://clima-dods.ictp.it/regcm4

slide-3
SLIDE 3

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Static Data

The RegCM4 model requires global surface datasets to run GMTED GLCC SOIL Topography Land Cover Texture

slide-4
SLIDE 4

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Terrain (I)

This step reads Global Static Surface datasets and creates input data on RegCM model grid Let us look at Namelists: dimparam iy jx kz geomparam ds iproj clat clon terrainparam inpter dirter

slide-5
SLIDE 5

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Terrain (II)

Run the terrain program: ./bin/terrain test_001.in and examine the DOMAIN file in the input directory

slide-6
SLIDE 6

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

BC Data

The RegCM4 model requires global physical atmospheric boundary conditions MEASUREMENTS REANALYSIS IPCC GCMs SST ECMWF JRA NNRP RCP future scenarioes

slide-7
SLIDE 7

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

ICBC (I)

This step reads Global Atmospheric datasets and creates input data on RegCM model horizontal and vertical gridpoints Let us look at Namelists: globdatparam ssttyp dattyp gdate1 gdate2 inpglob dirglob

slide-8
SLIDE 8

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

ICBC (II)

We can now run the two stage ICBC ./bin/sst test_001.in ./bin/icbc test_001.in and examine the ICBC in the input directory

slide-9
SLIDE 9

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Model namelists

We have now the ICBC ready to run the model for any date period in between gdate1 and gdate2 as specified above in the globdatparam Let us set run date in restartparam mdate0 mdate1 mdate2 and output options in

  • utparam

dirout

slide-10
SLIDE 10

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Running the model

mpirun ./bin/regcmMPI test_001.in Examine the output model data in the output directory

slide-11
SLIDE 11

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

CLM Option

The Community Lamd Model CLM in RegCM is a surface model option which substitutes the Biosphere-Atmosphere Transfer Scheme BATS. The compilation of the CLM is optional. The build system creates a different executable compiling different source files.

slide-12
SLIDE 12

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Compilation of the CLM4.5

cd .. make distclean ./configure --enable-clm45

slide-13
SLIDE 13

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Running CLM PreProcessing

cd run ./bin/mksurfdataCLM45 test_001.in

slide-14
SLIDE 14

Data Distribution TERRAIN INITIAL AND BOUNDARY CONDITION MODEL RUN CLM option

Running CLM-RegCM Model

# Modify executable name in mpirun line mpirun ./bin/regcmMPI_CLM45 test_001.in