New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#112 (dev_001_SBC: Step II: adapt new SBC to LIM 3.0 component) – NEMO

Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#112 closed Enhancement (fixed)

dev_001_SBC: Step II: adapt new SBC to LIM 3.0 component

Reported by: ctlod Owned by: ctlod
Priority: normal Milestone:
Component: OCE Version: v1
Severity: Keywords: surface
Cc:

Description (last modified by ctlod)

It includes:
# transform limflx.F90 in limsbc.F90 & icestp.F90 in sbcice_lim.F90
# remove all flx* and tau* modules
# change variables name
fmass(:,:) > emp(:,:)
fsalt(:,:) > emps(:,:)
fsolar(:,:) > qsr(:,:)
fnsolar(:,:) > qns(:,:)
sst_io(:,:) > sst_m(:,:)
sss_io(:,:) > sss_m(:,:)
u_io(:,:) > u_oce(:,:) = ssu_m(:,:)
v_io(:,:) > v_oce(:,:) = ssv_m(:,:)
qnsr_oce(:,:) > qns(:,:)
qsr_oce(:,:) > qsr(:,:)
qnsr_ice(:,:) > qns_ice(:,:)
nfice & nfbulk > nn_fsbc
# re-organisation of few modules: restart.F90, albedo.F90, limdyn.F90, limsbc.F90
to take into account a new way to manage sea-ice/ocean wind-stress, to switch from LIM 2 to LIM 3 easily.
# the cpp key key_lim_fdd has been removed and is now the default option.
# remove all cpp keys key_tau_* and key_flx_*

Commit History (2)

ChangesetAuthorTimeChangeLog
887ctlod2008-04-11T11:27:28+02:00

dev_001_SBC: Step II: adapt new SBC to LIM 3.0 component, see ticket: #112

886ctlod2008-04-11T11:24:17+02:00

dev_001_SBC: Step II: adapt new SBC to LIM 3.0 component, see ticket: #112

Change History (12)

comment:1 Changed 16 years ago by ctlod

  • Owner changed from NEMO team to ctlod
  • Status changed from new to assigned
  • Summary changed from dev_001_SBC: adapt new SBC to LIM 3.0 component to dev_001_SBC: Step II: adapt new SBC to LIM 3.0 component

comment:2 Changed 16 years ago by ctlod

  • Description modified (diff)

comment:3 Changed 16 years ago by ctlod

  • Description modified (diff)

comment:4 Changed 16 years ago by ctlod

  • Description modified (diff)

comment:5 Changed 16 years ago by ctlod

  • Description modified (diff)

comment:6 Changed 16 years ago by ctlod

  • Resolution set to fixed
  • Status changed from assigned to closed
  • Version set to dev_001_SBC

comment:7 Changed 8 years ago by nicolasmartin

  • Keywords New Surface module added

comment:8 Changed 8 years ago by nicolasmartin

  • Keywords new added; New removed

comment:9 Changed 8 years ago by nicolasmartin

  • Keywords surface added; Surface removed

comment:10 Changed 8 years ago by nicolasmartin

  • Milestone New Surface Module deleted

Milestone New Surface Module deleted

comment:11 Changed 8 years ago by nicolasmartin

  • Keywords new surface added; NSM removed

comment:12 Changed 8 years ago by nicolasmartin

  • Keywords new removed
Note: See TracTickets for help on using tickets.