From 7786db170acf234e7ad61b6248c3f1d7f5359a3e Mon Sep 17 00:00:00 2001 From: Rolf Reichle Date: Mon, 1 Dec 2025 09:29:18 -0500 Subject: [PATCH 1/2] remove 2d lfs collection from GEOSldas_HIST.rc --- GEOSldas_App/GEOSldas_HIST.rc | 35 ++--------------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) diff --git a/GEOSldas_App/GEOSldas_HIST.rc b/GEOSldas_App/GEOSldas_HIST.rc index 3063e13d..03eebb01 100644 --- a/GEOSldas_App/GEOSldas_HIST.rc +++ b/GEOSldas_App/GEOSldas_HIST.rc @@ -13,7 +13,6 @@ EXPID: GEOSldas_expid # pre-defined Collections COLLECTIONS: -#OUT2d 'tavg24_2d_lfs_Nx' #OUT1d 'tavg24_1d_lnd_Nt' #OUT2d 'tavg24_2d_lnd_Nx' # 'SMAP_L4_SM_gph' @@ -74,39 +73,9 @@ EASEv2_M36.LM: 1 # simulations because it uses tilecoord.bin, which contains info for all tiles. # - Removed *1d* lfs collection; no longer works in land+landice simulations because of # different tile spaces for CATCH and METFORCE. -# +# - Removed *2d* lfs collection; this worked for CATCH and METFORCE, but adding LANDICE +# fields into the collection fails. - tavg24_2d_lfs_Nx.descr: '2d,Daily,Time-Averaged,Single-Level,Assimilation,Land Surface Forcings and States', - tavg24_2d_lfs_Nx.nbits: 12, - tavg24_2d_lfs_Nx.template: '%y4%m2%d2_%h2%n2z.nc4', - tavg24_2d_lfs_Nx.archive: '%c/Y%y4', - tavg24_2d_lfs_Nx.mode: 'time-averaged', - tavg24_2d_lfs_Nx.frequency: 240000, - tavg24_2d_lfs_Nx.ref_time: 000000, - tavg24_2d_lfs_Nx.format: 'CFIO', - tavg24_2d_lfs_Nx.regrid_exch: '../input/tile.data', - tavg24_2d_lfs_Nx.regrid_name: 'GRIDNAME', - tavg24_2d_lfs_Nx.grid_label: PC720x361-DC, - tavg24_2d_lfs_Nx.deflate: 2, - tavg24_2d_lfs_Nx.fields:'Tair' , 'METFORCE' , - 'Qair' , 'METFORCE' , - 'LWdown' , 'METFORCE' , - 'SWdown' , 'METFORCE' , - 'Wind' , 'METFORCE' , - 'Psurf' , 'METFORCE' , - 'Rainf_C' , 'METFORCE' , - 'Rainf' , 'METFORCE' , - 'Snowf' , 'METFORCE' , - 'RainfSnowf' , 'METFORCE' , - 'RefH' , 'METFORCE' , - 'CATDEF' , 'GridComp' , - 'RZEXC' , 'GridComp' , - 'SRFEXC' , 'GridComp' , - 'WESNN1' , 'GridComp' , - 'WESNN2' , 'GridComp' , - 'WESNN3' , 'GridComp' , - 'HLWUP' , 'GridComp' , - :: tavg24_1d_lnd_Nt.descr: 'Tile-space,Daily,Time-Averaged,Single-Level,Assimilation,Land Surface Diagnostics', tavg24_1d_lnd_Nt.nbits: 12, From 75ede100a91ef9b91520f2d0b10566ca9dbe604b Mon Sep 17 00:00:00 2001 From: Rolf Reichle <54944691+gmao-rreichle@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:35:39 -0500 Subject: [PATCH 2/2] updated CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63f09c13..a6f7f0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- Removed 2d lfs collection from HISTORY.rc template. + ### Deprecated -----------------------------