Skip to content

Commit

Permalink
clean up lpj_guess section of awiesm3
Browse files Browse the repository at this point in the history
  • Loading branch information
JanStreffing committed Dec 27, 2024
1 parent f8eb8dc commit b04606e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions configs/setups/awiesm3/awiesm3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,20 +282,15 @@ fesom:
# - fesom/fesom.io.yaml

lpj_guess:
#comp_command: "mkdir -p ${model_dir}/build; cd ${model_dir}/build; cmake ..; -DOASIS=ON; make -j8" #LASZLO put it back when i solved the T159 resolution problem
comp_command: "mkdir -p sources/LPJ-GUESS-lpjg_v4p1/build; cd sources/LPJ-GUESS-lpjg_v4p1/build; cmake .. -DOASIS=ON; make -j8; cd ../../.."

veg_atm_fields: [GUE_LLAI, GUE_HLAI, GUE_FRAL, GUE_FRAH, GUE_TYPH, GUE_TYPL, T2MVeg, TPVeg, SDVeg, SDensVeg, SoilTVeg.L001, SoilTVeg.L002, SoilTVeg.L003, SoilTVeg.L004, SoilMVeg.L001, SoilMVeg.L002, SoilMVeg.L003, SoilMVeg.L004, SSRVeg, SLRVeg, SHUMVeg, PRESVeg, WSPDVeg, TMINVeg, TMAXVeg] #LASZLO LPJ-GUESS blokk

coupling_fields:
"[[veg_atm_fields-->FIELD]]":
#grid: atma #LASZLO
grid: lpjg #LASZLO
grid: lpjg
grids:
#atma:
# add_grids: ${oifs.grids.atma}
lpjg:
#add_grids: ${oifs.grids.atma}
name: lpjg
nx: "${nx}"
ny: "${ny}"
Expand Down

0 comments on commit b04606e

Please sign in to comment.