Changeset 6170 for CONFIG


Ignore:
Timestamp:
06/15/22 12:58:43 (22 months ago)
Author:
cetlod
Message:

CM65_work: minor corrections on isf flux

Location:
CONFIG/UNIFORM/v6/IPSLCM6.5.1
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/piControl_TEST/config.card

    r6153 r6170  
    5656OverRule=y 
    5757#D- Last day of the experience used as restart for all components 
    58 RestartDate=2149-12-31 
     58RestartDate=2349-12-31 
    5959#D- Define restart simulation name for all components 
    6060RestartJobName=CM65v420-LR-SKL-pi-05 
     
    6969# Last day of the experience used as restart for this component if Restart=y 
    7070# #D- Last day of the experience used as restart for all components 
    71 RestartDate=2149-12-31 
     71RestartDate=2349-12-31 
    7272#D- Define restart simulation name for all components 
    7373RestartJobName=CM65v420-LR-SKL-pi-05 
     
    8383#-- Last day of the experience used as restart for this component if Restart=y 
    8484##D- Last day of the experience used as restart for all components 
    85 RestartDate=2149-12-31 
     85RestartDate=2349-12-31 
    8686#D- Define restart simulation name for all components 
    8787RestartJobName=CM65v420-LR-SKL-pi-05 
     
    9797##-- Last day of the experience used as restart for this component if Restart=y 
    9898##D- Last day of the experience used as restart for all components 
    99 RestartDate=2149-12-31 
     99RestartDate=2349-12-31 
    100100#D- Define restart simulation name for all components 
    101101RestartJobName=CM65v420-LR-SKL-pi-05 
     
    110110##-- Last day of the experience used as restart for this component if Restart=y 
    111111#D- Last day of the experience used as restart for all components 
    112 RestartDate=2149-12-31 
     112RestartDate=2349-12-31 
    113113#D- Define restart simulation name for all components 
    114114RestartJobName=CM65v420-LR-SKL-pi-05 
     
    123123# Last day of the experience used as restart for this component if Restart=y 
    124124#D- Last day of the experience used as restart for all components 
    125 RestartDate=2149-12-31 
     125RestartDate=2349-12-31 
    126126#D- Define restart simulation name for all components 
    127127RestartJobName=CM65v420-LR-SKL-pi-05 
     
    136136# Last day of the experience used as restart for this component if Restart=y 
    137137#D- Last day of the experience used as restart for all components 
    138 RestartDate=2149-12-31 
     138RestartDate=2349-12-31 
    139139#D- Define restart simulation name for all components 
    140140RestartJobName=CM65v420-LR-SKL-pi-05 
     
    150150# Last day of the experience used as restart for this component if Restart=y 
    151151#D- Last day of the experience used as restart for all components 
    152 RestartDate=2149-12-31 
     152RestartDate=2349-12-31 
    153153#D- Define restart simulation name for all components 
    154154RestartJobName=CM65v420-LR-SKL-pi-05 
     
    184184[Executable] 
    185185#D- For each component, Real name of executable, Name of executable for oasis 
     186## For JZ ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 10OMP) 
    186187ATM= (gcm_${ResolAtm}_${OptMode}.e, lmdz.x, 71MPI, 8OMP) 
    187188SRF= ("" ,"" ) 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/conv_param.data_NPv5.17c

    • Property svn:executable deleted
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/ep_param.data_NPv5.17c

    • Property svn:executable deleted
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/SOURCES/NEMO/isfparmlt.F90

    r6152 r6170  
    201201      ! 
    202202      ! 0. ------------Read specified runoff 
    203       CALL fld_read ( kt, 1, sf_isfpar_fwf   ) 
     203!      CALL fld_read ( kt, 1, sf_isfpar_fwf   ) 
    204204      ! 
    205205      ! 1. ------------Mean freezing point (needed for heat content flux) 
     
    211211      ! 2. ------------Scale isf melt pattern with total amount from oasis 
    212212      ! ice shelf 2d map of fwf from isf to oce 
    213       zfwf(:,:) = sf_isfpar_fwf(1)%fnow(:,:,1) 
     213!      zfwf(:,:) = sf_isfpar_fwf(1)%fnow(:,:,1) 
    214214      ! 
    215215      ! compute glob sum from input file 
    216216      ! (PM) should we consider delay sum as in fwb ? (it will offset by 1 time step if I understood well) 
    217       zfwf_fld = glob_sum('isfcav_mlt', e1e2t(:,:) * zfwf(:,:)) 
     217!      zfwf_fld = glob_sum('isfcav_mlt', e1e2t(:,:) * zfwf(:,:)) 
    218218      ! 
    219219      ! compute glob sum from atm->oce ice shelf fwf 
    220220      ! (PM) should we consider delay sum as in fwb ? 
    221       zfwf_oasis = glob_sum('isfcav_mlt', e1e2t(:,:) * fwfisf_oasis(:,:)) 
     221!      zfwf_oasis = glob_sum('isfcav_mlt', e1e2t(:,:) * fwfisf_oasis(:,:)) 
    222222      ! 
    223223      ! scale fwf 
    224       zfwf(:,:) = zfwf(:,:) * zfwf_oasis / zfwf_fld 
     224 !     zfwf(:,:) = zfwf(:,:) * zfwf_oasis / zfwf_fld 
    225225      !  
    226226      ! 3. -----------Define fwf and qoce 
    227227      ! ocean heat flux is assume to be equal to the latent heat 
    228228!      pqfwf(:,:) =   zfwf(:,:)                         ! fwf                ( > 0 from isf to oce) 
    229       pqfwf(:,:) =   fwfisf_oasis(:,:)                         ! fwf                ( > 0 from isf to oce) 
     229      pqfwf(:,:) =   fwfisf_oasis(:,:)                  ! fwf                ( > 0 from isf to oce) 
    230230      pqoce(:,:) = - pqfwf(:,:) * rLfusisf             ! ocean heat flux    ( > 0 from isf to oce) (assumed to be the latent heat flux) 
    231231      pqhc (:,:) =   pqfwf(:,:) * ztfrz(:,:) * rcp     ! heat content flux  ( > 0 from isf to oce) 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/compile_ipslcm6.sh

    • Property svn:executable deleted
Note: See TracChangeset for help on using the changeset viewer.