I am modeling a transistor in IC-CAP using the spice level 3 simulator. I extracted these parameters and tried importing them as a spice model in LT spice, but the output current is less than half and the curves look different. Any suggestions on what am I missing? Here is the .model:
.MODEL PlanarFET NMOS (LEVEL=3
+UO=117.8 VTO=2 NFS=0 TOX=30n NSUB=2.44E19 NSS=0 VMAX=48.69K
+RS=19.77K RD=22.51K RSH=0 CBD=0 CBS=0 CJ=0 MJ=0.5
+CJSW=0 MJSW=0.33 IS=164.2E-12 PB=0.8 FC=0.5 KAPPA=4.537 XJ=0 LD=0 DELTA=0 THETA=0 ETA=0)
The IC-CAP software is using a level three spice simulation based initially on this model, which the parameters are being fitted as shown below in the screenshot.
M1 1=D 2=G 3=S 4=B MOSMOD L=2u W=10u AD=100p AS=100p PD=104u PS=104u
.MODEL MOSMOD NMOS
+ LEVEL = 3
+ UO = 600
+ VTO = 0
+ NFS = 0
+ TOX = 100n
+ NSUB = 1.00e+15
+ NSS = 0
+ VMAX = 1MEG
+ RS = 0
+ RD = 0
+ RSH = 0
+ CBD = 0
+ CBS = 0
+ CJ = 0
+ MJ = 0.5
+ CJSW = 0
+ MJSW = 0.33
+ IS = 1.0E-14
+ PB = 0.8
+ FC = 0.5
+ XJ = 0
+ LD = 0
+ DELTA = 0
+ THETA = 0
+ ETA = 0
+ KAPPA = 0.2

.modelas text so people don't have to type it out from your picture in case they want to try it. I'm a loser and did it anyway, and I don't even get the same exact results as you (my currents are even lower). Couple things I noticed are that CJSW and MJSW are mixed up and don't match the chart. Also IS doesn't match the chart. These aren't the cause of your discrepancy, but it's worth noting at least. – Ste Kulov Oct 16 '22 at 08:19L, W, AD, ...parameters? – a concerned citizen Oct 16 '22 at 17:35